Index: firmware/App/Services/TxParams.c =================================================================== diff -u -rb235eaec221c0e56482f640cf374111daa34119f -r289696b3b5e15120cfecbe447ff45ef093959056 --- firmware/App/Services/TxParams.c (.../TxParams.c) (revision b235eaec221c0e56482f640cf374111daa34119f) +++ firmware/App/Services/TxParams.c (.../TxParams.c) (revision 289696b3b5e15120cfecbe447ff45ef093959056) @@ -705,20 +705,6 @@ /*********************************************************************//** * @brief - * The signalAlarmActionToTreatParamsMode function executes the given alarm action - * as appropriate while in Treatment Parameters Mode. - * @details \b Inputs: none - * @details \b Outputs: given alarm action executed - * @param action ID of alarm action to execute - * @return none - *************************************************************************/ -void signalAlarmActionToTreatParamsMode( ALARM_ACTION_T action ) -{ - // No special handling of alarm actions in this mode. -} - -/*********************************************************************//** - * @brief * The extractTreatmentParamsFromPayload function extracts the individual * treatment parameters received from the UI into a staging array where * they will be validated and stay until user confirms them. @@ -1222,5 +1208,4 @@ return result; } - /**@}*/