Fix unused parameter warnings in RGBController_NZXTMouse.cpp
This commit is contained in:
parent
813fcec591
commit
53ff1a628b
1 changed files with 2 additions and 2 deletions
|
|
@ -102,12 +102,12 @@ void RGBController_NZXTMouse::DeviceUpdateLEDs()
|
|||
controller->SetLEDs(&colors[0]);
|
||||
}
|
||||
|
||||
void RGBController_NZXTMouse::UpdateZoneLEDs(int zone)
|
||||
void RGBController_NZXTMouse::UpdateZoneLEDs(int /*zone*/)
|
||||
{
|
||||
DeviceUpdateLEDs();
|
||||
}
|
||||
|
||||
void RGBController_NZXTMouse::UpdateSingleLED(int led)
|
||||
void RGBController_NZXTMouse::UpdateSingleLED(int /*led*/)
|
||||
{
|
||||
DeviceUpdateLEDs();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue