diff --git a/src/ui/preferences/GeneralSettings.qml b/src/ui/preferences/GeneralSettings.qml index d22c60515f9f0d90a9149d5afaf0bb93d406c505..43fdeae5b476b1a92e9d7693d4ea9892c4b98974 100644 --- a/src/ui/preferences/GeneralSettings.qml +++ b/src/ui/preferences/GeneralSettings.qml @@ -34,8 +34,6 @@ QGCView { property Fact _percentRemainingAnnounce: QGroundControl.batteryPercentRemainingAnnounce property real _labelWidth: ScreenTools.defaultFontPixelWidth * 15 property real _editFieldWidth: ScreenTools.defaultFontPixelWidth * 30 - property bool _showCruiseSpeed: offlineVehicleCombo.currentText != "Multicopter" - property bool _showHoverSpeed: offlineVehicleCombo.currentText != "FixedWing" readonly property string _requiresRestart: qsTr("(Requires Restart)")