Remove SetCustomMode from some controllers (the ones in my PC)

This commit is contained in:
Adam Honse 2022-08-09 21:07:22 -05:00
parent afb975e5fc
commit 58b1a29076
14 changed files with 0 additions and 42 deletions

View file

@ -283,11 +283,6 @@ void RGBController_ZalmanZSync::UpdateSingleLED(int led)
controller->SetChannelLEDs(channel, zones[channel].colors, zones[channel].leds_count);
}
void RGBController_ZalmanZSync::SetCustomMode()
{
active_mode = 0;
}
void RGBController_ZalmanZSync::DeviceUpdateMode()
{
if(modes[active_mode].value == 0xFFFF)