diff --git a/src/AutoPilotPlugins/Common/RadioComponentController.cc b/src/AutoPilotPlugins/Common/RadioComponentController.cc index 67628a5273a0..2312b179e657 100644 --- a/src/AutoPilotPlugins/Common/RadioComponentController.cc +++ b/src/AutoPilotPlugins/Common/RadioComponentController.cc @@ -462,13 +462,6 @@ void RadioComponentController::_inputStickMin(enum rcCalFunctions function, int qCDebug(RadioComponentControllerLog) << "_inputStickMin Settle complete"; - // Check if this is throttle and set trim accordingly - if (function == rcCalFunctionThrottle) { - _rgChannelInfo[channel].rcTrim = value; - } - // XXX to support configs which can reverse they need to check a reverse - // flag here and not do this. - _advanceState(); } }