Index: TDDefs.h =================================================================== diff -u -rf4297814be47b82ea479f0e3241a383ac9175c22 -r3c75a5adc0391c4b284ff8ba41c46d7c98b7de22 --- TDDefs.h (.../TDDefs.h) (revision f4297814be47b82ea479f0e3241a383ac9175c22) +++ TDDefs.h (.../TDDefs.h) (revision 3c75a5adc0391c4b284ff8ba41c46d7c98b7de22) @@ -382,7 +382,6 @@ { DIALYSIS_UF_STATE = 0, ///< Ultrafiltration state of the dialysis sub-mode state machine DIALYSIS_UF_PAUSED_STATE, ///< Ultrafiltration Paused state of the dialysis sub-mode state machine - DIALYSIS_SALINE_BOLUS_STATE, ///< Saline bolus state of the dialysis sub-mode state machine NUM_OF_DIALYSIS_STATES ///< Number of dialysis sub-mode states }; typedef enum Dialysis_States DIALYSIS_STATE_T; ///< Type for dialysis states enumeration