mobile: remove long disabled planner UI

This was never functional.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2021-09-11 13:37:53 -07:00
parent 53cbf53058
commit ebbef8cf17

View file

@ -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
}