Remove SetCustomMode from all controllers beginning with the letters F and G

This commit is contained in:
Adam Honse 2022-08-14 01:44:20 -05:00
parent 27d1831035
commit 94603fbfb9
20 changed files with 5 additions and 66 deletions

View file

@ -88,11 +88,6 @@ void RGBController_FanBus::UpdateSingleLED(int /*led*/)
controller->SetLEDs(colors);
}
void RGBController_FanBus::SetCustomMode()
{
}
void RGBController_FanBus::DeviceUpdateMode()
{

View file

@ -24,7 +24,6 @@ public:
void UpdateZoneLEDs(int zone);
void UpdateSingleLED(int led);
void SetCustomMode();
void DeviceUpdateMode();
private: