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

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

View file

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