Fix warnings in RGBController_CMMMController.cpp and RGBController_CMMM711Controller.cpp
This commit is contained in:
parent
4ff5e8c9cf
commit
b027de02a3
2 changed files with 0 additions and 2 deletions
|
|
@ -25,7 +25,6 @@
|
|||
RGBController_CMMM711Controller::RGBController_CMMM711Controller(CMMM711Controller* controller_ptr)
|
||||
{
|
||||
controller = controller_ptr;
|
||||
uint8_t speed = controller->GetLedSpeed();
|
||||
|
||||
name = controller->GetDeviceName();
|
||||
vendor = "Cooler Master";
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@
|
|||
RGBController_CMMMController::RGBController_CMMMController(CMMMController* controller_ptr)
|
||||
{
|
||||
controller = controller_ptr;
|
||||
uint8_t speed = controller->GetLedSpeed();
|
||||
|
||||
name = "Cooler Master MasterMouse";
|
||||
vendor = controller->GetDeviceVendor();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue