ui/console: make qemu_console_is_multihead() static
commit845fff1f83ac87f592b5b0fa01c37844ea8cc9f9
authorLaszlo Ersek <lersek@redhat.com>
Wed, 13 Sep 2023 14:49:56 +0000 (13 16:49 +0200)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 3 Oct 2023 11:04:56 +0000 (3 15:04 +0400)
tree3aaa6a7f68fee7ac7dbbc66653d9893f61eac859
parent0337e4123e62721bd0bcb4d5645fee2a31e8906d
ui/console: make qemu_console_is_multihead() static

qemu_console_is_multihead() is only called from within "ui/console.c";
make it static.

Cc: "Marc-André Lureau" <marcandre.lureau@redhat.com> (odd fixer:Graphics)
Cc: Gerd Hoffmann <kraxel@redhat.com> (odd fixer:Graphics)
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-ID: <20230913144959.41891-2-lersek@redhat.com>
include/ui/console.h
ui/console.c