mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
spice: remove QXLWorker interface field
This fields points to an old interface that is no more used in the current code. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Message-id: 20171122135625.16625-1-fziglio@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
b7715af2b3
commit
9fedfa4909
3 changed files with 0 additions and 4 deletions
|
@ -86,7 +86,6 @@ struct SimpleSpiceDisplay {
|
|||
DisplayChangeListener dcl;
|
||||
void *buf;
|
||||
int bufsize;
|
||||
QXLWorker *worker;
|
||||
QXLInstance qxl;
|
||||
uint32_t unique;
|
||||
pixman_image_t *surface;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue