diff options
| author | 2021-09-11 14:41:09 -0700 | |
|---|---|---|
| committer | 2021-09-13 11:21:34 -0700 | |
| commit | bea552bf0d69e73be9a223369c72bcc122ddff08 (patch) | |
| tree | 46d05ad06ceeb6fcb99cb67c10285a601c564776 /core | |
| parent | edf4fbd38afb6397bdee393dbf75acc317989be8 (diff) | |
| download | subsurface-bea552bf0d69e73be9a223369c72bcc122ddff08.tar.gz | |
mobile: remove GpsListModel
This is only needed to show the list of GPS fixes obtained with
the now removed location service.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core')
| -rw-r--r-- | core/gpslocation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/gpslocation.cpp b/core/gpslocation.cpp index 72f0bb557..f4bb71374 100644 --- a/core/gpslocation.cpp +++ b/core/gpslocation.cpp @@ -2,7 +2,6 @@ #include "core/gpslocation.h" #include "core/divesite.h" #include "core/dive.h" -#include "qt-models/gpslistmodel.h" #include "core/pref.h" #include "core/qthelper.h" #include "core/errorhelper.h" |