Remove SetCustomMode from all controllers beginning with the letters B and C, except Cooler Master

This commit is contained in:
Adam Honse 2022-08-10 09:52:38 -05:00
parent eab96d1b36
commit f8916f2bcb
34 changed files with 10 additions and 106 deletions

View file

@ -138,11 +138,6 @@ void RGBController_CorsairCommanderCore::UpdateSingleLED(int /*led*/)
DeviceUpdateLEDs();
}
void RGBController_CorsairCommanderCore::SetCustomMode()
{
active_mode = 0;
}
void RGBController_CorsairCommanderCore::DeviceUpdateMode()
{
switch(modes[active_mode].value)

View file

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