mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
ui/vnc: Remove vnc_stop_worker_thread()
This function is not used anymore, let's remove it. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
b67072f0ab
commit
09526058d0
2 changed files with 0 additions and 14 deletions
|
@ -40,7 +40,6 @@ void vnc_jobs_join(VncState *vs);
|
|||
|
||||
void vnc_jobs_consume_buffer(VncState *vs);
|
||||
void vnc_start_worker_thread(void);
|
||||
void vnc_stop_worker_thread(void);
|
||||
|
||||
/* Locks */
|
||||
static inline int vnc_trylock_display(VncDisplay *vd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue