Skip to content

Commit 5295132

Browse files
Fix warnings in LianLiUniHubALController
1 parent da6067d commit 5295132

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Controllers/LianLiController/LianLiUniHubALController/LianLiUniHubALController.h

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -208,24 +208,10 @@ class LianLiUniHubALController
208208
hid_device* dev;
209209
unsigned short dev_pid;
210210

211-
/*---------------------------------------------------------*\
212-
| Device-specific protocol settings |
213-
\*---------------------------------------------------------*/
214-
unsigned char dev_transaction_id;
215-
unsigned char dev_led_id;
216-
217211
/*---------------------------------------------------------*\
218212
| Device information strings |
219213
\*---------------------------------------------------------*/
220214
std::string firmware_version;
221215
std::string location;
222216
std::string name;
223-
device_type type;
224-
225-
/*---------------------------------------------------------*\
226-
| HID report index for request and response |
227-
\*---------------------------------------------------------*/
228-
unsigned char report_index;
229-
unsigned char response_index;
230-
231217
};

0 commit comments

Comments
 (0)