diff --git a/panda/src/device/winRawInputDevice.h b/panda/src/device/winRawInputDevice.h index 8c880604be..ce4fe9a19c 100644 --- a/panda/src/device/winRawInputDevice.h +++ b/panda/src/device/winRawInputDevice.h @@ -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 _report_buttons;