device: remove unused variables on Windows

This commit is contained in:
rdb 2019-01-03 15:53:11 +01:00
parent 4d6b7e96c9
commit 7e562b0eb3

View File

@ -42,10 +42,8 @@ private:
private:
const std::string _path;
HANDLE _handle;
DWORD _size;
void *_preparsed;
ULONG _max_data_count;
ULONG _max_usage_count;
// Indexed by report ID
pvector<BitArray> _report_buttons;