spice-char: remove unused field
Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
fa88afa51c
commit
d8a03a0952
@ -11,7 +11,6 @@
|
|||||||
typedef struct SpiceCharDriver {
|
typedef struct SpiceCharDriver {
|
||||||
CharDriverState* chr;
|
CharDriverState* chr;
|
||||||
SpiceCharDeviceInstance sin;
|
SpiceCharDeviceInstance sin;
|
||||||
char *subtype;
|
|
||||||
bool active;
|
bool active;
|
||||||
bool blocked;
|
bool blocked;
|
||||||
const uint8_t *datapos;
|
const uint8_t *datapos;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user