ui/input-legacy.c: remove unused legacy qemu_add_kbd_event_handler() function
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 6 Nov 2024 12:09:28 +0000 (12:09 +0000)
committerThomas Huth <thuth@redhat.com>
Fri, 8 Nov 2024 10:06:42 +0000 (11:06 +0100)
commite7e76150a2e9642adf6763bcd8ca9a2a5d3b74b3
tree53fb5783a275cdc3163db3fe4fc357aa7d75d7c2
parent44e21ef055c4a9beef8766ca9a2c3bd32da664f1
ui/input-legacy.c: remove unused legacy qemu_add_kbd_event_handler() function

Since the last keyboard device has now been converted over to use
qemu_input_handler_register(), the legacy qemu_add_kbd_event_handler() function
is now unused and can be removed.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20241106120928.242443-3-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Thomas Huth <thuth@redhat.com>
include/ui/console.h
ui/input-legacy.c