From 8b84286f4cd0ff5dbf367dc55cf20d9762ac5634 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 19 May 2014 15:02:21 +0200 Subject: input: switch hid mouse and tablet to the new input layer api. Signed-off-by: Gerd Hoffmann --- include/hw/input/hid.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/hw') diff --git a/include/hw/input/hid.h b/include/hw/input/hid.h index fb913ba3bb..2127c7ce45 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 { -- cgit v1.2.3