Skip to content

Commit 8c1a9cd

Browse files
Fix unused field warning in CorsairK55RGBPROXT controller
1 parent 032e3c8 commit 8c1a9cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Controllers/CorsairPeripheralController/CorsairK55RGBPROXTController.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ class CorsairK55RGBPROXTController
3333
);
3434
void SwitchMode(bool software);
3535

36-
3736
enum
3837
{
3938
CORSAIR_MODE_DIRECT_VALUE = 0xFFFF,
@@ -82,7 +81,6 @@ class CorsairK55RGBPROXTController
8281

8382
std::string firmware_version;
8483
std::string location;
85-
device_type type;
8684

8785
void LightingControl();
8886
};

0 commit comments

Comments
 (0)