diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2018-09-11 15:38:38 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-09-11 15:38:20 -0700 |
commit | bb0ac5f7784acec930b5131bfb25f0c4b5fa2f3b (patch) | |
tree | c2bd8760b17ec3bfd192bd02d03d32a39c5d7618 /mobile-widgets/qmlmanager.h | |
parent | cc72a606bb9a64a0d251e06c19cf8b8dd7b131ed (diff) | |
download | subsurface-bb0ac5f7784acec930b5131bfb25f0c4b5fa2f3b.tar.gz |
cleanup[4/6], mobile: remove superfluous code from gpslocation
Despite the fast that this code is sitting in core, its used mainly
from mobile. In 987e221f8e6b7b, the buttons to interact with the GPS
webservice were deleted from the UI. Now, delete all the code that
was used under these buttons.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'mobile-widgets/qmlmanager.h')
-rw-r--r-- | mobile-widgets/qmlmanager.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h index 48e6540b5..4b96621ba 100644 --- a/mobile-widgets/qmlmanager.h +++ b/mobile-widgets/qmlmanager.h @@ -168,8 +168,6 @@ public slots: QString addDive(); void addDiveAborted(int id); void applyGpsData(); - void sendGpsData(); - void downloadGpsData(); void populateGpsData(); void cancelDownloadDC(); void clearGpsData(); @@ -200,7 +198,6 @@ private: SuitCompletionModel suitModel; DiveMasterCompletionModel divemasterModel; LocationInformationModel locationModel; - QString m_ssrfGpsWebUserid; QString m_startPageText; QString m_logText; QString m_lastError; |