mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-03 04:02:57 -04:00
Remove SetCustomMode from all controllers beginning with the letter H
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user