mobile: remove current location checkbox from dive edit

Since we no longer access the device location, we can't do that any longer,
either.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2021-09-11 13:42:16 -07:00
parent ebbef8cf17
commit 76e0208a11
3 changed files with 0 additions and 30 deletions

View file

@ -179,7 +179,6 @@ Kirigami.ApplicationWindow {
detailsWindow.usedGas = []
detailsWindow.startpressure = []
detailsWindow.endpressure = []
detailsWindow.gpsCheckbox = false
showPage(detailsWindow)
}