aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2018-09-24 10:12:18 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-24 07:20:25 -0700
commit1f0a6019da0f62fcc567ad0a96fa53cc4bc1971e (patch)
treeacb08ecdc09efea777a22b8d62214f6a77f38d17
parentfc812ea130fbe71ce100af79787245bf0ed86bdf (diff)
downloadsubsurface-1f0a6019da0f62fcc567ad0a96fa53cc4bc1971e.tar.gz
cleanup: remove more GPS webservice code
And remove some includes and defines that are not used any more after removal of the GPS webservice code. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
-rw-r--r--core/gpslocation.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/gpslocation.cpp b/core/gpslocation.cpp
index 27a5d90de..54015837b 100644
--- a/core/gpslocation.cpp
+++ b/core/gpslocation.cpp
@@ -11,14 +11,6 @@
#include <QUrlQuery>
#include <QApplication>
#include <QTimer>
-#include <QJsonDocument>
-#include <QJsonObject>
-#include <QJsonArray>
-
-#define GPS_FIX_ADD_URL "http://api.subsurface-divelog.org/api/dive/add/"
-#define GPS_FIX_DELETE_URL "http://api.subsurface-divelog.org/api/dive/delete/"
-#define GPS_FIX_DOWNLOAD_URL "http://api.subsurface-divelog.org/api/dive/get/"
-#define GET_WEBSERVICE_UID_URL "https://cloud.subsurface-divelog.org/webuserid/"
GpsLocation *GpsLocation::m_Instance = NULL;