From cab36848c7397b5f50d50b508822e978978d00d9 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Sat, 16 Jan 2016 12:35:40 -0800 Subject: [PATCH] Reboot message no longer needed Since parameter system will pop message based on meta data --- src/AutoPilotPlugins/Common/RadioComponentController.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/AutoPilotPlugins/Common/RadioComponentController.cc b/src/AutoPilotPlugins/Common/RadioComponentController.cc index 234abbc5c..4d336bd2e 100644 --- a/src/AutoPilotPlugins/Common/RadioComponentController.cc +++ b/src/AutoPilotPlugins/Common/RadioComponentController.cc @@ -951,11 +951,6 @@ void RadioComponentController::_writeCalibration(void) _stopCalibration(); _setInternalCalibrationValuesFromParameters(); - - if (_vehicle->apmFirmware() && functionMappingChanged && !_unitTestMode) { - // We can't emit this in unit test mode since it confused to Qml which is running in an invisible widget - emit functionMappingChangedAPMReboot(); - } } /// @brief Starts the calibration process -- 2.22.0