diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-09-11 16:53:44 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-09-13 11:21:34 -0700 |
commit | 5bc99194da2db9f561a04751e7ed206a03dcc9c3 (patch) | |
tree | d550af084f00a5b9b19f9352b38e4da208970e8e /mobile-widgets/qml | |
parent | 7bf90fd2087d5082ab016587d1b980ddfef3d665 (diff) | |
download | subsurface-5bc99194da2db9f561a04751e7ed206a03dcc9c3.tar.gz |
mobile: remove locationService interfaces
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r-- | mobile-widgets/qml/main.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index d775ab685..917bc1652 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -39,7 +39,6 @@ Kirigami.ApplicationWindow { pageStack.globalToolBar.maximumHeight: Kirigami.Units.gridUnit * 2 property alias notificationText: manager.notificationText - property alias locationServiceEnabled: manager.locationServiceEnabled property alias pluggedInDeviceName: manager.pluggedInDeviceName property alias defaultCylinderIndex: settingsWindow.defaultCylinderIndex property bool filterToggle: false |