Remove SetCustomMode from all controllers beginning with the letter E

This commit is contained in:
Adam Honse 2022-08-11 20:18:45 -05:00
parent 100e6ddb2a
commit 859f15a5b4
20 changed files with 3 additions and 63 deletions

View file

@ -142,11 +142,6 @@ void RGBController_EVGAGPUv1::UpdateSingleLED(int /*led*/)
DeviceUpdateLEDs();
}
void RGBController_EVGAGPUv1::SetCustomMode()
{
active_mode = 1;
}
void RGBController_EVGAGPUv1::DeviceUpdateMode()
{
evga->SetMode((unsigned char)modes[(unsigned int)active_mode].value);

View file

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