Skip to content

Commit 535e0f1

Browse files
Fix warnings in LianLiUniHubSLInfinityController
1 parent 5295132 commit 535e0f1

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Controllers/LianLiController/LianLiUniHubSLInfinityController/LianLiUniHubSLInfinityController.h

-15
Original file line numberDiff line numberDiff line change
@@ -201,26 +201,11 @@ class LianLiUniHubSLInfinityController
201201

202202
private:
203203
hid_device* dev;
204-
unsigned short dev_pid;
205-
206-
/*---------------------------------------------------------*\
207-
| Device-specific protocol settings |
208-
\*---------------------------------------------------------*/
209-
unsigned char dev_transaction_id;
210-
unsigned char dev_led_id;
211204

212205
/*---------------------------------------------------------*\
213206
| Device information strings |
214207
\*---------------------------------------------------------*/
215208
std::string firmware_version;
216209
std::string location;
217210
std::string name;
218-
device_type type;
219-
220-
/*---------------------------------------------------------*\
221-
| HID report index for request and response |
222-
\*---------------------------------------------------------*/
223-
unsigned char report_index;
224-
unsigned char response_index;
225-
226211
};

0 commit comments

Comments
 (0)