summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFrediano Ziglio2017-11-22 14:56:22 +0100
committerGerd Hoffmann2018-01-12 14:35:58 +0100
commit9fedfa49092c55628a96fd2783060d58ccec9db0 (patch)
tree0bd9c25b11964858e48e6bc8c511833bf12b1beb /include
parentui: deprecate use of GTK 2.x in favour of 3.x series (diff)
downloadqemu-9fedfa49092c55628a96fd2783060d58ccec9db0.tar.gz
qemu-9fedfa49092c55628a96fd2783060d58ccec9db0.tar.xz
qemu-9fedfa49092c55628a96fd2783060d58ccec9db0.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/ui/spice-display.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ui/spice-display.h b/include/ui/spice-display.h
index aaf2019889..6b5c73b21c 100644
--- a/include/ui/spice-display.h
+++ b/include/ui/spice-display.h
@@ -86,7 +86,6 @@ struct SimpleSpiceDisplay {
DisplayChangeListener dcl;
void *buf;
int bufsize;
- QXLWorker *worker;
QXLInstance qxl;
uint32_t unique;
pixman_image_t *surface;