Remove SetCustomMode from all controllers beginning with the letter A

This commit is contained in:
Adam Honse 2022-08-09 22:58:40 -05:00
parent 58b1a29076
commit eab96d1b36
48 changed files with 67 additions and 221 deletions

View file

@ -168,11 +168,6 @@ void RGBController_BloodyMouse::UpdateSingleLED(int /*led*/)
DeviceUpdateLEDs();
}
void RGBController_BloodyMouse::SetCustomMode()
{
active_mode = 0;
}
void RGBController_BloodyMouse::DeviceUpdateMode()
{
/*---------------------------------------------------------*\

View file

@ -34,7 +34,6 @@ public:
void UpdateZoneLEDs(int zone);
void UpdateSingleLED(int led);
void SetCustomMode();
void DeviceUpdateMode();
private: