mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-08 04:11:52 +00:00
worker: remove unused WORKER_TO_DCC macro
Acked-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
parent
13888ae6a2
commit
de1ab756b0
@ -569,12 +569,6 @@ static void display_channel_client_release_item_after_push(DisplayChannelClient
|
||||
SAFE_FOREACH(link, next, drawable, &(drawable)->glz_ring, glz, LINK_TO_GLZ(link))
|
||||
|
||||
|
||||
// TODO: replace with DCC_FOREACH when it is introduced
|
||||
#define WORKER_TO_DCC(worker) \
|
||||
(worker->display_channel ? SPICE_CONTAINEROF(worker->display_channel->common.base.rcc,\
|
||||
DisplayChannelClient, common.base) : NULL)
|
||||
|
||||
|
||||
/* fixme: move to display channel */
|
||||
DrawablePipeItem *drawable_pipe_item_new(DisplayChannelClient *dcc,
|
||||
Drawable *drawable)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user