From 4a33f45e2e4c773b47963baf5a8251963bd01e38 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 5 Dec 2013 11:23:42 +0100 Subject: input: move mouse mode notifier to new core Signed-off-by: Gerd Hoffmann --- include/ui/console.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/ui/console.h') diff --git a/include/ui/console.h b/include/ui/console.h index 71a0da3fbf..9a282cb077 100644 --- a/include/ui/console.h +++ b/include/ui/console.h @@ -48,10 +48,6 @@ void qemu_remove_led_event_handler(QEMUPutLEDEntry *entry); void kbd_put_ledstate(int ledstate); -/* Does the current mouse generate absolute events */ -void qemu_add_mouse_mode_change_notifier(Notifier *notify); -void qemu_remove_mouse_mode_change_notifier(Notifier *notify); - struct MouseTransformInfo { /* Touchscreen resolution */ int x; -- cgit v1.2.1