Index: firmware/App/Modes/ModeStandby.h =================================================================== diff -u -rf8bdb3ff260a42f46e178d08979758789db7c307 -r12c4f28723f9af89ae693df771039da1bc7ffc80 --- firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision f8bdb3ff260a42f46e178d08979758789db7c307) +++ firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 12c4f28723f9af89ae693df771039da1bc7ffc80) @@ -36,7 +36,6 @@ void initStandbyMode( void ); // Initialize this unit U32 transitionToStandbyMode( void ); // Prepares for transition to standby mode U32 execStandbyMode( void ); // Execute the standby mode state machine (call from OperationModes) -BOOL signalROStart( void ); // Signal the system to start RO water RO_STANDBY_MODE_STATE_T getCurrentStandbyState( void ); // get the current state of the standby mode.