Browse Source

Remove unused Fact

QGC4.4
Don Gagne 10 years ago
parent
commit
bf94a33c84
  1. 1
      src/AutoPilotPlugins/PX4/FlightModesComponent.qml

1
src/AutoPilotPlugins/PX4/FlightModesComponent.qml

@ -43,7 +43,6 @@ Item { @@ -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

Loading…
Cancel
Save