Cleanup: remove GpsLocation::hasInstance()

This function was not used anywhere.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-09-22 13:51:16 +02:00
parent 9322c54b6a
commit a004c95e52
2 changed files with 0 additions and 6 deletions

View file

@ -26,7 +26,6 @@ public:
GpsLocation(void (*showMsgCB)(const char *msg), QObject *parent);
~GpsLocation();
static GpsLocation *instance();
static bool hasInstance();
bool applyLocations();
int getGpsNum() const;
bool hasLocationsSource();