mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-08 11:20:43 -04:00
Remove SetCustomMode from all controllers beginning with the letter A
This commit is contained in:
1 parent
58b1a29076
commit
eab96d1b36
48 files changed
+67
-221
No files matched your search
@@ -115,11 +115,6 @@ void RGBController_StrixClaw::UpdateSingleLED(int /*led*/)
|
||||
|
||||
}
|
||||
|
||||
void RGBController_StrixClaw::SetCustomMode()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void RGBController_StrixClaw::DeviceUpdateMode()
|
||||
{
|
||||
if(modes[active_mode].value == 0)
|
||||
|
||||
@@ -26,7 +26,6 @@ public:
|
||||
void UpdateZoneLEDs(int zone);
|
||||
void UpdateSingleLED(int led);
|
||||
|
||||
void SetCustomMode();
|
||||
void DeviceUpdateMode();
|
||||
|
||||
private:
|
||||
|
||||
Reference in new issue
Block a user