From aeff1d97fba4b9f273e605346ccb7d31d13fb6fe Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Thu, 2 May 2019 16:46:06 -0700 Subject: [PATCH] Remove unused code --- .../PX4/PX4TuningComponentCopter.qml | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml b/src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml index 19aa75f84..9e6e5a8d4 100644 --- a/src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml +++ b/src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml @@ -61,26 +61,6 @@ SetupPage { max: 15 step: 1 } - /* - These seem to have disappeared from PX4 firmware! - ListElement { - title: qsTr("Roll sensitivity") - description: qsTr("Slide to the left to make roll control faster and more accurate. Slide to the right if roll oscillates or is too twitchy.") - param: "MC_ROLL_TC" - min: 0.15 - max: 0.25 - step: 0.01 - } - - ListElement { - title: qsTr("Pitch sensitivity") - description: qsTr("Slide to the left to make pitch control faster and more accurate. Slide to the right if pitch oscillates or is too twitchy.") - param: "MC_PITCH_TC" - min: 0.15 - max: 0.25 - step: 0.01 - } -*/ } } -- 2.22.0