Clean up Temperature::set_fans_paused

This commit is contained in:
Scott Lahteine
2019-05-04 14:36:59 -05:00
parent c791d2abeb
commit 2f32a6612d
2 changed files with 3 additions and 4 deletions

View File

@ -405,7 +405,6 @@ class Temperature {
#if ENABLED(PROBING_FANS_OFF)
static bool fans_paused;
static uint8_t paused_fan_speed[FAN_COUNT];
#endif
static constexpr inline uint8_t fanPercent(const uint8_t speed) { return ui8_to_percent(speed); }