spice-char: remove unused field

Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
master
Marc-André Lureau 2013-12-01 22:23:36 +01:00 committed by Gerd Hoffmann
parent fa88afa51c
commit d8a03a0952
1 changed files with 0 additions and 1 deletions

View File

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