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

@ -112,11 +112,6 @@ void RGBController_GainwardGPUv1::UpdateSingleLED(int /*led*/)
DeviceUpdateLEDs();
}
void RGBController_GainwardGPUv1::SetCustomMode()
{
active_mode = 0;
}
void RGBController_GainwardGPUv1::DeviceUpdateMode()
{

View file

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