mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-07 06:03:29 -04:00
Fix unused field warnings in ASRockPolychromeUSBController
This commit is contained in:
@@ -156,7 +156,6 @@ protected:
|
||||
);
|
||||
|
||||
private:
|
||||
unsigned int led_count;
|
||||
std::string device_name;
|
||||
unsigned char configtable[12];
|
||||
bool rgswapconfig[8] = { 0 };
|
||||
|
||||
@@ -31,7 +31,6 @@ public:
|
||||
void DeviceUpdateMode();
|
||||
|
||||
private:
|
||||
bool initializedMode;
|
||||
PolychromeUSBController* controller;
|
||||
std::vector<PolychromeZoneInfo> zones_info;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user