Skip to content

Commit e2a0032

Browse files
Fix warnings in LianLiUniHubSLV2Controller
1 parent 535e0f1 commit e2a0032

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Controllers/LianLiController/LianLiUniHubSLV2Controller/LianLiUniHubSLV2Controller.h

-15
Original file line numberDiff line numberDiff line change
@@ -201,26 +201,11 @@ class LianLiUniHubSLV2Controller
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)