Index: firmware/App/Controllers/DialOutFlow.c =================================================================== diff -u -r0d8381c50f7189c4cfbc2794a4aedf297eea7d15 -r7218f3c5a0afef9ebbf47655a00f37fc2eefd0f9 --- firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 0d8381c50f7189c4cfbc2794a4aedf297eea7d15) +++ firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 7218f3c5a0afef9ebbf47655a00f37fc2eefd0f9) @@ -1245,27 +1245,6 @@ /*********************************************************************//** * @brief - * The testResetTargetDialOutFlowRateOverride function resets the override of the - * target dialysate outlet flow rate. - * @details - * Inputs : none - * Outputs : pump stopped - * @return TRUE if override reset successful, FALSE if not - *************************************************************************/ -BOOL testResetTargetDialOutFlowRateOverride( void ) -{ - BOOL result = FALSE; - - if ( TRUE == isTestingActivated() ) - { - result = setDialOutPumpTargetRate( 0, dialOutPumpDirection, dialOutPumpControlMode ); - } - - return result; -} - -/*********************************************************************//** - * @brief * The testSetDialOutUFRefVolumeOverride function overrides the target * dialout vol rate. * @details