aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2021-09-11 13:37:53 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-09-13 11:21:34 -0700
commitebbef8cf17f85bbdbd9027d93ba174ab0060feea (patch)
tree1bfe6db5fe74facb8a6ba3db80ba1adf47a5da96
parent53cbf53058f2549925863386de8915c90b0b76a7 (diff)
downloadsubsurface-ebbef8cf17f85bbdbd9027d93ba174ab0060feea.tar.gz
mobile: remove long disabled planner UI
This was never functional. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--mobile-widgets/qml/main.qml41
1 files changed, 0 insertions, 41 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index 88486d62f..790fb5809 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -547,47 +547,6 @@ if you have network connectivity and want to sync your data to cloud storage."),
showPage(recoverCache)
}
}
- /* disable for now
- Kirigami.Action {
- text: qsTr("Dive planner")
-
- Kirigami.Action {
- icon {
- name: ":/go-previous-symbolic"
- }
- text: qsTr("Back")
- onTriggered: globalDrawer.pop()
- }
- Kirigami.Action {
- text: qsTr("Setup")
- onTriggered: {
- globalDrawer.close()
- pageStack.push(divePlannerSetupWindow)
- }
- }
- Kirigami.Action {
- text: qsTr("Edit")
- onTriggered: {
- globalDrawer.close()
- pageStack.push(divePlannerEditWindow)
- }
- }
- Kirigami.Action {
- text: qsTr("View")
- onTriggered: {
- globalDrawer.close()
- pageStack.push(divePlannerViewWindow)
- }
- }
- Kirigami.Action {
- text: qsTr("Manager")
- onTriggered: {
- globalDrawer.close()
- pageStack.push(divePlannerManagerWindow)
- }
- }
- }
- */
}
] // end actions
}