diff options
author | Frediano Ziglio | 2017-11-22 14:56:22 +0100 |
---|---|---|
committer | Gerd Hoffmann | 2018-01-12 14:35:58 +0100 |
commit | 9fedfa49092c55628a96fd2783060d58ccec9db0 (patch) | |
tree | 0bd9c25b11964858e48e6bc8c511833bf12b1beb /hw/display/qxl.c | |
parent | ui: deprecate use of GTK 2.x in favour of 3.x series (diff) | |
download | qemu-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 'hw/display/qxl.c')
-rw-r--r-- | hw/display/qxl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/display/qxl.c b/hw/display/qxl.c index 99365c3e8f..b9fa067f6e 100644 --- a/hw/display/qxl.c +++ b/hw/display/qxl.c @@ -518,7 +518,6 @@ static void interface_attach_worker(QXLInstance *sin, QXLWorker *qxl_worker) PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); trace_qxl_interface_attach_worker(qxl->id); - qxl->ssd.worker = qxl_worker; } static void interface_set_compression_level(QXLInstance *sin, int level) |