summaryrefslogtreecommitdiffstats
path: root/core/gpslocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/gpslocation.h')
-rw-r--r--core/gpslocation.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/gpslocation.h b/core/gpslocation.h
index f328c5616..60e16e186 100644
--- a/core/gpslocation.h
+++ b/core/gpslocation.h
@@ -24,8 +24,6 @@ class GpsLocation : public QObject {
Q_OBJECT
public:
GpsLocation(void (*showMsgCB)(const char *msg), QObject *parent);
- ~GpsLocation();
- static GpsLocation *instance();
bool applyLocations();
int getGpsNum() const;
bool hasLocationsSource();
@@ -42,7 +40,6 @@ private:
QNetworkReply *reply;
QString userAgent;
void (*showMessageCB)(const char *msg);
- static GpsLocation *m_Instance;
bool waitingForPosition;
QMap<qint64, gpsTracker> m_trackers;
QList<gpsTracker> m_deletedTrackers;