diff options
author | Akihiko Odaki <akihiko.odaki@daynix.com> | 2024-03-19 12:08:42 +0900 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2024-03-20 10:27:58 +0400 |
commit | e99441a3793b53c21a4087cdc8c4f1a4d77e35e4 (patch) | |
tree | 05df93ca5bb8d64550769e884bc3e09242c1c95c /include/ui/console.h | |
parent | ca3de7b5afe9c8ded29b7bc64bcdbaa754d65c50 (diff) |
ui/curses: Do not use console_select()
ui/curses is the only user of console_select(). Move the implementation
to ui/curses.
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20240319-console-v2-4-3fd6feef321a@daynix.com>
Diffstat (limited to 'include/ui/console.h')
-rw-r--r-- | include/ui/console.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ui/console.h b/include/ui/console.h index 3729d2db29..0bc7a00ac0 100644 --- a/include/ui/console.h +++ b/include/ui/console.h @@ -433,7 +433,6 @@ int qemu_console_get_window_id(QemuConsole *con); /* Set the low-level window id for the console */ void qemu_console_set_window_id(QemuConsole *con, int window_id); -void console_select(unsigned int index); void qemu_console_resize(QemuConsole *con, int width, int height); DisplaySurface *qemu_console_surface(QemuConsole *con); void coroutine_fn qemu_console_co_wait_update(QemuConsole *con); |