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 /core/gpslocation.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 'core/gpslocation.h')
-rw-r--r-- | core/gpslocation.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/gpslocation.h b/core/gpslocation.h index b277091a3..f55e3bf9d 100644 --- a/core/gpslocation.h +++ b/core/gpslocation.h @@ -30,7 +30,6 @@ public: static bool hasInstance(); bool applyLocations(); int getGpsNum() const; - QString getUserid(QString user, QString passwd); bool hasLocationsSource(); QString currentPosition(); void setGpsTimeThreshold(int seconds); @@ -66,10 +65,7 @@ public slots: void newPosition(QGeoPositionInfo pos); void updateTimeout(); void positionSourceError(QGeoPositionInfoSource::Error error); - void uploadToServer(); - void downloadFromServer(); void postError(QNetworkReply::NetworkError error); - void getUseridError(QNetworkReply::NetworkError error); #ifdef SUBSURFACE_MOBILE void clearGpsData(); #endif |