aboutsummaryrefslogtreecommitdiff
path: root/include/hw/input/hid.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/input/hid.h')
-rw-r--r--include/hw/input/hid.h1
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 {