Index: firmware/App/Modes/ModeTreatment.h =================================================================== diff -u -rf0ea13c1a9908920793be07a946dc366d2ab5019 -r421336466eff4ba9fef0ca5416043e5d83c63841 --- firmware/App/Modes/ModeTreatment.h (.../ModeTreatment.h) (revision f0ea13c1a9908920793be07a946dc366d2ab5019) +++ firmware/App/Modes/ModeTreatment.h (.../ModeTreatment.h) (revision 421336466eff4ba9fef0ca5416043e5d83c63841) @@ -101,9 +101,6 @@ void signalAlarmActionToTreatmentMode( ALARM_ACTION_T action ); // Execute alarm action as appropriate for treatment mode void signalEndTreatment( void ); // Requesting transition to post-treatment mode void signalBloodPrimeToDialysis( void ); // Blood prime sub-mode is signaling to move on to dialysis sub-mode -BOOL validateAndSetTreatmentDuration( MESSAGE_T *message ); // Validate duration request and compute UF rate -BOOL signalUserConfirmationOfTreatmentDuration( MESSAGE_T *message );// Apply confirmed duration and update runtime settings -BOOL validateAndSetBolusVolume( MESSAGE_T *message ); // Validate bolus volume request and update parameter void broadcastTreatmentTimeAndState( void ); // Broadcast the times and states of this treatment