diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-07 15:38:59 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-07 15:38:59 +0000 |
commit | bb3805fe68b50d984af4830c6f6e64bf7c8a953b (patch) | |
tree | 96193593d2b6201f820836c7c801e1bb5eb615e8 /plugins | |
parent | 198f78183833d6f9c7256286c23acda597575c2a (diff) |
unused field removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@9723 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp index a36b897e2d..db850a54c2 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp @@ -665,7 +665,6 @@ bool CLCDConnectionLogitech::HIDInit() //Use a series of API calls to find a HID with a specified Vendor IF and Product ID.
HIDD_ATTRIBUTES Attributes;
- DWORD DeviceUsage;
SP_DEVICE_INTERFACE_DATA devInfoData;
bool LastDevice = FALSE;
int MemberIndex = 0;
|