@samitouri / QOSamiQemu / commits / 91ecca129d

ui/input: remove dead declaration

Fixes: 0337e4123e6 ("input: Allow to choose console with qemu_input_is_absolute") Reviewed-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com> Reviewed-by: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>

Marc-André Lureau committed Jun 9, 2026 at 11:00 UTC 91ecca129dccff77cf5b1529aed4902172039c69
1 file changed -1
include/ui/input.h
-1
@@ -100,7 +100,6 @@ void qemu_input_touch_event(QemuConsole *con,
100 InputMultiTouchType type,
101 Error **errp);
102
103 -void qemu_input_check_mode_change(void);
103 void qemu_add_mouse_mode_change_notifier(Notifier *notify);
104 void qemu_remove_mouse_mode_change_notifier(Notifier *notify);
105