mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
device: remove unused variables on Windows
This commit is contained in:
parent
4d6b7e96c9
commit
7e562b0eb3
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user