diff options
author | Frediano Ziglio <fziglio@redhat.com> | 2017-11-22 13:56:22 +0000 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-01-12 14:35:58 +0100 |
commit | 9fedfa49092c55628a96fd2783060d58ccec9db0 (patch) | |
tree | 0bd9c25b11964858e48e6bc8c511833bf12b1beb /include/ui/spice-display.h | |
parent | b7715af2b31f47060cc5b4be930d16c13be93fa9 (diff) |
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/ui/spice-display.h')
-rw-r--r-- | include/ui/spice-display.h | 1 |
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; |