Index: firmware/App/Modes/ModeFill.h =================================================================== diff -u -rc1ef106ed0f97dc998230c6e154aa2362aa476d8 -r16cd633e1d18224face6f977120ccab3846e7671 --- firmware/App/Modes/ModeFill.h (.../ModeFill.h) (revision c1ef106ed0f97dc998230c6e154aa2362aa476d8) +++ firmware/App/Modes/ModeFill.h (.../ModeFill.h) (revision 16cd633e1d18224face6f977120ccab3846e7671) @@ -37,8 +37,6 @@ void transitionToFillMode( void ); // prepares for transition to fill mode U32 execFillMode( void ); // execute the fill mode state machine (call from OperationModes) -DG_FILL_MODE_STATE_T getCurrentFillState( void ); // get the current state of the fill mode. - /**@}*/ #endif