Fix warnings in RGBController_CMMMController.cpp and RGBController_CMMM711Controller.cpp

This commit is contained in:
Adam Honse 2022-09-14 22:53:29 -05:00
parent 4ff5e8c9cf
commit b027de02a3
2 changed files with 0 additions and 2 deletions

View file

@ -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";

View file

@ -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();