diff options
-rw-r--r-- | qt-mobile/qml/main.qml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml index b85e42f29..e8e65de67 100644 --- a/qt-mobile/qml/main.qml +++ b/qt-mobile/qml/main.qml @@ -69,14 +69,6 @@ MobileComponents.ApplicationWindow { MobileComponents.ActionGroup { text: "GPS" - Action { - text: "Run location service" - checkable: true - checked: manager.locationServiceEnabled - onToggled: { - manager.locationServiceEnabled = checked; - } - } Action { text: "Apply GPS data to dives" onTriggered: { |