Fix unused field warnings in ASRockPolychromeUSBController

This commit is contained in:
Adam Honse 2024-07-08 20:45:11 -05:00
parent fa35a490e1
commit 032e3c82d5
2 changed files with 0 additions and 2 deletions

View file

@ -156,7 +156,6 @@ protected:
);
private:
unsigned int led_count;
std::string device_name;
unsigned char configtable[12];
bool rgswapconfig[8] = { 0 };

View file

@ -31,7 +31,6 @@ public:
void DeviceUpdateMode();
private:
bool initializedMode;
PolychromeUSBController* controller;
std::vector<PolychromeZoneInfo> zones_info;