Fix unused field warning in CorsairK55RGBPROXT controller
This commit is contained in:
parent
032e3c82d5
commit
8c1a9cd0c7
1 changed files with 0 additions and 2 deletions
|
|
@ -33,7 +33,6 @@ public:
|
|||
);
|
||||
void SwitchMode(bool software);
|
||||
|
||||
|
||||
enum
|
||||
{
|
||||
CORSAIR_MODE_DIRECT_VALUE = 0xFFFF,
|
||||
|
|
@ -82,7 +81,6 @@ private:
|
|||
|
||||
std::string firmware_version;
|
||||
std::string location;
|
||||
device_type type;
|
||||
|
||||
void LightingControl();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue