Remove SetCustomMode from all controllers beginning with the letter P
This commit is contained in:
parent
bc1ba87e13
commit
215183f9c5
12 changed files with 45 additions and 86 deletions
|
|
@ -110,10 +110,6 @@ void RGBController_PatriotViperSteel::UpdateSingleLED(int led)
|
|||
controller->SetLEDColor(led, red, grn, blu);
|
||||
}
|
||||
|
||||
void RGBController_PatriotViperSteel::SetCustomMode()
|
||||
{
|
||||
}
|
||||
|
||||
void RGBController_PatriotViperSteel::DeviceUpdateMode()
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,14 +17,12 @@ public:
|
|||
~RGBController_PatriotViperSteel();
|
||||
|
||||
void SetupZones();
|
||||
|
||||
void ResizeZone(int zone, int new_size);
|
||||
|
||||
void DeviceUpdateLEDs();
|
||||
void UpdateZoneLEDs(int zone);
|
||||
void UpdateSingleLED(int led);
|
||||
|
||||
void SetCustomMode();
|
||||
void DeviceUpdateMode();
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue