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

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

View file

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