diff --git a/app/gui/SettingsView.qml b/app/gui/SettingsView.qml index b0b59a96..26a1fa5b 100644 --- a/app/gui/SettingsView.qml +++ b/app/gui/SettingsView.qml @@ -221,32 +221,6 @@ ScrollView { prefs.multiController = checked } } - CheckBox { - id: mouseEmulationCheck - text: "UNUSED" - font.pointSize: 12 - // TODO: make this actually do anything - } - } - } - - GroupBox { - id: onScreenControlsGroupBox - width: (parent.width - 20) - padding: 12 - title: "UNUSED" - font.pointSize: 12 - - Column { - anchors.fill: parent - spacing: 5 - - CheckBox { - id: onScreenControlsCheck - text: "UNUSED" - font.pointSize: 12 - // TODO: make this actually do anything - } } }