mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-18 11:35:21 -04:00
Minor cleanup in detectors
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
|
||||
#include "Detector.h"
|
||||
#include "MadCatzCyborgController.h"
|
||||
#include "RGBController.h"
|
||||
#include "RGBController_MadCatzCyborg.h"
|
||||
#include <hidapi.h>
|
||||
|
||||
@@ -27,7 +26,7 @@
|
||||
* *
|
||||
\******************************************************************************************/
|
||||
|
||||
void DetectMadCatzCyborgControllers(hid_device_info* info, const std::string& name)
|
||||
void DetectMadCatzCyborgControllers(hid_device_info* info, const std::string& /*name*/)
|
||||
{
|
||||
hid_device* dev = hid_open_path(info->path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user