Fix unused field warning in RazerKrakenController

This commit is contained in:
Adam Honse 2024-07-09 21:30:20 -05:00
parent 545cb4c9e1
commit 3d93134e86

View file

@ -91,7 +91,6 @@ private:
std::string firmware_version;
std::string location;
std::string name;
device_type type;
/*---------------------------------------------------------*\
| Kraken LED/Mode Addresses |
@ -105,12 +104,6 @@ private:
\*---------------------------------------------------------*/
unsigned int device_index;
/*---------------------------------------------------------*\
| HID report index for request and response |
\*---------------------------------------------------------*/
unsigned char report_index;
unsigned char response_index;
/*---------------------------------------------------------*\
| Private functions based on OpenRazer |
\*---------------------------------------------------------*/