mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-03-27 10:21:08 -04:00
Remove unnecessary implementations of SetCustomMode
This commit is contained in:
@@ -627,11 +627,6 @@ void RGBController_Debug::UpdateSingleLED(int /*led*/)
|
||||
|
||||
}
|
||||
|
||||
void RGBController_Debug::SetCustomMode()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void RGBController_Debug::DeviceUpdateMode()
|
||||
{
|
||||
|
||||
|
||||
@@ -31,6 +31,5 @@ public:
|
||||
void UpdateZoneLEDs(int zone);
|
||||
void UpdateSingleLED(int led);
|
||||
|
||||
void SetCustomMode();
|
||||
void DeviceUpdateMode();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user