red-parse-qxl: Remove unused device_data field

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
Frediano Ziglio 2018-04-10 12:46:43 +01:00
parent 216bf191b8
commit 48e7f4c999

View File

@ -113,7 +113,6 @@ typedef struct RedCursorCmd {
} trail;
SpicePoint16 position;
} u;
uint8_t *device_data;
} RedCursorCmd;
void red_get_rect_ptr(SpiceRect *red, const QXLRect *qxl);