mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-18 11:35:21 -04:00
Fix unused field warning in CorsairK55RGBPROXT controller
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user