diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/input/hid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/input/hid.h b/include/hw/input/hid.h index fb913ba..2127c7c 100644 --- a/include/hw/input/hid.h +++ b/include/hw/input/hid.h @@ -23,7 +23,6 @@ typedef void (*HIDEventFunc)(HIDState *s); typedef struct HIDMouseState { HIDPointerEvent queue[QUEUE_LENGTH]; int mouse_grabbed; - QEMUPutMouseEntry *eh_entry; } HIDMouseState; typedef struct HIDKeyboardState { |