summaryrefslogtreecommitdiff
path: root/src/SettingsPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/SettingsPage.qml')
-rw-r--r--src/SettingsPage.qml10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/SettingsPage.qml b/src/SettingsPage.qml
index f196d92..920dc0a 100644
--- a/src/SettingsPage.qml
+++ b/src/SettingsPage.qml
@@ -20,16 +20,6 @@ Item {
LabeledSwitch {
width: parent.width
height: root.width*0.2
- text: "show zoom controls"
- }
- LabeledSwitch {
- width: parent.width
- height: root.width*0.2
- text: "center on GPS"
- }
- LabeledSwitch {
- width: parent.width
- height: root.width*0.2
text: "enable compass"
Component.onCompleted: checked = enableCompass.value
onCheckedChanged: enableCompass.value = checked