summaryrefslogtreecommitdiffstats
path: root/subsurface-mobile-helper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface-mobile-helper.cpp')
-rw-r--r--subsurface-mobile-helper.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/subsurface-mobile-helper.cpp b/subsurface-mobile-helper.cpp
index cbffc7b1d..f7eaca10f 100644
--- a/subsurface-mobile-helper.cpp
+++ b/subsurface-mobile-helper.cpp
@@ -19,7 +19,6 @@
#include "qt-models/divelistmodel.h"
#include "qt-mobile/qmlprofile.h"
#include "qt-mobile/gpslocation.h"
-GpsLocation *locationProvider;
QObject *qqWindowObject = NULL;
@@ -54,7 +53,6 @@ void run_ui()
qml_window->setHeight(1200);
qml_window->setWidth(800);
#endif
- locationProvider = new GpsLocation(qml_window);
qml_window->show();
qApp->exec();
}