Browse Source

device: remove unused variables on Windows

rdb 7 years ago
parent
commit
7e562b0eb3
1 changed files with 0 additions and 2 deletions
  1. 0 2
      panda/src/device/winRawInputDevice.h

+ 0 - 2
panda/src/device/winRawInputDevice.h

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