From 7e562b0eb3ef5aa407b16d768cc49c8112828ef5 Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 3 Jan 2019 15:53:11 +0100 Subject: [PATCH] device: remove unused variables on Windows --- panda/src/device/winRawInputDevice.h | 2 -- 1 file changed, 2 deletions(-) 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;