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 /Subsurface-mobile.pro | |
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 'Subsurface-mobile.pro')
-rw-r--r-- | Subsurface-mobile.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Subsurface-mobile.pro b/Subsurface-mobile.pro index 7a147e925..ef9623219 100644 --- a/Subsurface-mobile.pro +++ b/Subsurface-mobile.pro @@ -23,7 +23,6 @@ SOURCES += subsurface-mobile-main.cpp \ core/cloudstorage.cpp \ core/configuredivecomputerthreads.cpp \ core/devicedetails.cpp \ - core/gpslocation.cpp \ core/downloadfromdcthread.cpp \ core/qtserialbluetooth.cpp \ core/plannernotes.c \ @@ -204,7 +203,6 @@ HEADERS += \ core/event.h \ core/extradata.h \ core/git-access.h \ - core/gpslocation.h \ core/pref.h \ core/profile.h \ core/qthelper.h \ |