Remove SetCustomMode from all controllers beginning with the letter P

This commit is contained in:
Adam Honse 2022-08-21 16:24:44 -05:00
parent bc1ba87e13
commit 215183f9c5
12 changed files with 45 additions and 86 deletions

View file

@ -110,10 +110,6 @@ void RGBController_PatriotViperSteel::UpdateSingleLED(int led)
controller->SetLEDColor(led, red, grn, blu);
}
void RGBController_PatriotViperSteel::SetCustomMode()
{
}
void RGBController_PatriotViperSteel::DeviceUpdateMode()
{
}

View file

@ -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: