Browse Source

spice-char: remove unused field

Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
pull/6/head
Marc-André Lureau 13 years ago
committed by Gerd Hoffmann
parent
commit
d8a03a0952
  1. 1
      spice-qemu-char.c

1
spice-qemu-char.c

@ -11,7 +11,6 @@
typedef struct SpiceCharDriver {
CharDriverState* chr;
SpiceCharDeviceInstance sin;
char *subtype;
bool active;
bool blocked;
const uint8_t *datapos;

Loading…
Cancel
Save