mobile: comment out planner references

I don't expect this to be complieted. I'll keep it in the tree
for the moment, but expect to remove all of the related code
eventually.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-02-06 13:07:59 -08:00
parent f44e63b427
commit f1a08eb952
2 changed files with 10 additions and 6 deletions

View file

@ -520,6 +520,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
pageStack.push(themetest)
}
}
/* disable for now
Kirigami.Action {
text: qsTr("Dive planner")
@ -559,6 +560,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
}
}
}
*/
}
] // end actions
Image {
@ -766,7 +768,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
id: mapPage
visible: false
}
/* this shouldn't be exposed unless someone will finish the work
DivePlannerSetup {
id: divePlannerSetupWindow
visible: false
@ -786,7 +788,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
id: divePlannerManagerWindow
visible: false
}
*/
DiveSummary {
id: diveSummaryWindow
visible: false