diff --git a/src/AutoPilotPlugins/PX4/FlightModesComponent.qml b/src/AutoPilotPlugins/PX4/FlightModesComponent.qml index 8aba6c3494b4be61b95563d5f815530f9b2a7165..ce09311832ad0c9f0f0630ed937e82cb94cfee46 100644 --- a/src/AutoPilotPlugins/PX4/FlightModesComponent.qml +++ b/src/AutoPilotPlugins/PX4/FlightModesComponent.qml @@ -43,7 +43,6 @@ Item { Fact { id: rc_loiter_th; name: "RC_LOITER_TH" } Fact { id: rc_return_th; name: "RC_RETURN_TH" } - Fact { id: rc_chan_cnt; name: "RC_CHAN_CNT" } Fact { id: rc_th_user; name: "RC_TH_USER" } property int throttleChannel: rc_map_throttle.value