Remove SetCustomMode from all controllers beginning with the letter H
This commit is contained in:
parent
94603fbfb9
commit
35e049a8bb
30 changed files with 2 additions and 90 deletions
|
|
@ -132,11 +132,6 @@ void RGBController_HyperXMousemat::UpdateSingleLED(int /*led*/)
|
|||
DeviceUpdateLEDs();
|
||||
}
|
||||
|
||||
void RGBController_HyperXMousemat::SetCustomMode()
|
||||
{
|
||||
active_mode = 0;
|
||||
}
|
||||
|
||||
void RGBController_HyperXMousemat::DeviceUpdateMode()
|
||||
{
|
||||
DeviceUpdateLEDs();
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ public:
|
|||
void UpdateZoneLEDs(int zone);
|
||||
void UpdateSingleLED(int led);
|
||||
|
||||
void SetCustomMode();
|
||||
void DeviceUpdateMode();
|
||||
|
||||
void KeepaliveThread();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue