Index: firmware/App/Modes/ModeFill.c =================================================================== diff -u -r80028d3b1eef322950c1a5b74c282df2ba989ff5 -r3f22d883958a14b6193d6cd59c9acdbbd359b69e --- firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision 80028d3b1eef322950c1a5b74c282df2ba989ff5) +++ firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision 3f22d883958a14b6193d6cd59c9acdbbd359b69e) @@ -94,19 +94,6 @@ /*********************************************************************//** * @brief - * The exitFillMode function prepares to exit fill mode. - * @details Inputs: none - * @details Outputs: requests concentrate pumps off, set valve to no fill - * @return none - *************************************************************************/ -void exitFillMode( void ) -{ - setValveState( VPO, VALVE_STATE_NOFILL_C_TO_NO ); - requestConcentratePumpsOff(); -} - -/*********************************************************************//** - * @brief * The execFillMode function executes the fill mode state machine. * @details Inputs: fillState * @details Outputs: Check water quality, fill mode state machine executed