Remove SetCustomMode from all controllers beginning with the letter L

This commit is contained in:
Adam Honse 2022-08-14 13:24:38 -05:00
parent b6b59db12f
commit 6f1e76c8b1
42 changed files with 8 additions and 150 deletions

View file

@ -91,11 +91,6 @@ void RGBController_LinuxLED::UpdateSingleLED(int /*led*/)
DeviceUpdateLEDs();
}
void RGBController_LinuxLED::SetCustomMode()
{
}
void RGBController_LinuxLED::DeviceUpdateMode()
{

View file

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