aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2017-07-26 10:41:33 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-26 21:57:11 +0900
commite1e1c4b6507bffcb168fcfdb1b8750d6160a5da7 (patch)
tree8ca84730159d00fa59841a7c580470fb802f079a
parentd22f67925ef4893832c26deb44fef50589c6fff8 (diff)
downloadsubsurface-e1e1c4b6507bffcb168fcfdb1b8750d6160a5da7.tar.gz
QML UI: remove some dead code
Removed some unused alias defines. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
-rw-r--r--mobile-widgets/qml/main.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index 641dbbd19..8666b868c 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -18,11 +18,8 @@ Kirigami.ApplicationWindow {
preferredHeight: Math.round(Kirigami.Units.gridUnit * (Qt.platform.os == "ios" ? 2 : 1.5))
maximumHeight: Kirigami.Units.gridUnit * 2
}
- property bool fullscreen: true
property alias oldStatus: manager.oldStatus
property alias notificationText: manager.notificationText
- property QtObject notification: null
- property bool showingDiveList: false
property alias syncToCloud: manager.syncToCloud
property alias locationServiceEnabled: manager.locationServiceEnabled
property alias showPin: manager.showPin