Remove SetCustomMode from some controllers (the ones in my PC)
This commit is contained in:
parent
afb975e5fc
commit
58b1a29076
14 changed files with 0 additions and 42 deletions
|
|
@ -167,11 +167,6 @@ void RGBController_RGBFusionGPU::UpdateSingleLED(int /*led*/)
|
|||
DeviceUpdateLEDs();
|
||||
}
|
||||
|
||||
void RGBController_RGBFusionGPU::SetCustomMode()
|
||||
{
|
||||
active_mode = 0;
|
||||
}
|
||||
|
||||
void RGBController_RGBFusionGPU::DeviceUpdateMode()
|
||||
{
|
||||
controller->SetMode((unsigned char)modes[(unsigned int)active_mode].value, (unsigned char)modes[(unsigned int)active_mode].speed, (unsigned char)modes[(unsigned int)active_mode].brightness);
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ public:
|
|||
void UpdateZoneLEDs(int zone);
|
||||
void UpdateSingleLED(int led);
|
||||
|
||||
void SetCustomMode();
|
||||
void DeviceUpdateMode();
|
||||
void DeviceSaveMode();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue