Remove SetCustomMode from all controllers beginning with the letters F and G
This commit is contained in:
parent
27d1831035
commit
94603fbfb9
20 changed files with 5 additions and 66 deletions
|
|
@ -88,11 +88,6 @@ void RGBController_FanBus::UpdateSingleLED(int /*led*/)
|
|||
controller->SetLEDs(colors);
|
||||
}
|
||||
|
||||
void RGBController_FanBus::SetCustomMode()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void RGBController_FanBus::DeviceUpdateMode()
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ public:
|
|||
void UpdateZoneLEDs(int zone);
|
||||
void UpdateSingleLED(int led);
|
||||
|
||||
void SetCustomMode();
|
||||
void DeviceUpdateMode();
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue