diff options
Diffstat (limited to 'qemu-char.h')
-rw-r--r-- | qemu-char.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-char.h b/qemu-char.h index 0bf89442c6..d12ab11a84 100644 --- a/qemu-char.h +++ b/qemu-char.h @@ -63,7 +63,6 @@ struct CharDriverState { void (*chr_close)(struct CharDriverState *chr); void (*chr_accept_input)(struct CharDriverState *chr); void *opaque; - int focus; QEMUBH *bh; char *label; char *filename; |