Index: firmware/App/Services/AlarmMgmt.h =================================================================== diff -u -r61716bc97ecca8af1ec560333844a8cf602eccb0 -r8948f660dc5440db9e6cb7705457ed71d2b13248 --- firmware/App/Services/AlarmMgmt.h (.../AlarmMgmt.h) (revision 61716bc97ecca8af1ec560333844a8cf602eccb0) +++ firmware/App/Services/AlarmMgmt.h (.../AlarmMgmt.h) (revision 8948f660dc5440db9e6cb7705457ed71d2b13248) @@ -71,7 +71,6 @@ BOOL noResume; ///< Treatment may not be resumed at this time BOOL noRinseback; ///< Rinseback may not be initiated at this time BOOL noEndTreatment; ///< Ending the treatment is not an option at this time - BOOL noNewTreatment; ///< No new treatments may be started even if current treatment is ended BOOL noDialRecirc; ///< No dialysate re-circulation allowed at this time BOOL usrACKRequired; ///< The user must acknowledge top alarm BOOL noMinimize; ///< Prevent user from minimizing the alarm window @@ -173,7 +172,6 @@ BOOL isAlarmRecoverable( ALARM_ID_T alarm ); void setAlarmAudioVolume( U32 volumeLevel ); -BOOL getNoNewTreatmentStatus( void ); void handleActiveAlarmListRequest( void ); U32 getAlarmAudioVolume( void );