diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-09-11 14:45:35 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-09-13 11:21:34 -0700 |
commit | 6f813b9f8e58a7b6529e3be728e0ae37e8401400 (patch) | |
tree | 4d29b2a44ebc58e7ccfd9d3225b0cd983fca8bda /mobile-widgets | |
parent | 105b60389c1468870bb3d08a93ee93a829048f65 (diff) | |
download | subsurface-6f813b9f8e58a7b6529e3be728e0ae37e8401400.tar.gz |
mobile: remove GpsLocation
Only used in context of acquiring GPS locations with the mobile app, which
we no longer do.
Keep the DiveAndLocation structure around as that's needed by the
ApplyGpsFixes command.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qmlmanager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h index 96dff77b5..89fdce323 100644 --- a/mobile-widgets/qmlmanager.h +++ b/mobile-widgets/qmlmanager.h @@ -11,7 +11,6 @@ #include <QFile> #include "core/btdiscovery.h" -#include "core/gpslocation.h" #include "core/downloadfromdcthread.h" #include "qt-models/completionmodels.h" #include "qt-models/divelocationmodel.h" |