Remove SetCustomMode from all controllers beginning with the letter H

This commit is contained in:
Adam Honse
2022-08-14 01:55:19 -05:00
parent 94603fbfb9
commit 35e049a8bb
30 changed files with 2 additions and 90 deletions

View File

@@ -253,11 +253,6 @@ void RGBController_HyperXDRAM::UpdateSingleLED(int led)
controller->SendApply();
}
void RGBController_HyperXDRAM::SetCustomMode()
{
active_mode = 0;
}
void RGBController_HyperXDRAM::DeviceUpdateMode()
{
bool random = (modes[active_mode].color_mode == MODE_COLORS_RANDOM);

View File

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