diff --git a/Firmware/temperature.cpp b/Firmware/temperature.cpp index 53f5fe6c5..7672d7f2e 100755 --- a/Firmware/temperature.cpp +++ b/Firmware/temperature.cpp @@ -244,14 +244,6 @@ static void temp_runaway_check(uint8_t _heater_id, float _target_temperature, fl static void temp_runaway_stop(bool isPreheat, bool isBed); #endif -// return "false", if all extruder-heaters are 'off' (ie. "true", if any heater is 'on') -bool checkAllHotends(void) -{ - bool result=false; - for(int i=0;i