mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
char: remove unused CHR_EVENT_FOCUS
Usage has long been removed, since commit f220174de8
.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20161022100951.19562-2-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
830896afe3
commit
8cd35662af
3 changed files with 0 additions and 5 deletions
|
@ -14,7 +14,6 @@
|
|||
/* character device */
|
||||
|
||||
#define CHR_EVENT_BREAK 0 /* serial break char */
|
||||
#define CHR_EVENT_FOCUS 1 /* focus to this terminal (modal input needed) */
|
||||
#define CHR_EVENT_OPENED 2 /* new connection established */
|
||||
#define CHR_EVENT_MUX_IN 3 /* mux-focus was set to this terminal */
|
||||
#define CHR_EVENT_MUX_OUT 4 /* mux-focus will move on */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue