mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-31 02:41:52 +00:00
worker: Remove unused red_show_tree
Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
c66c9e6669
commit
39e1cbe321
@ -7158,24 +7158,6 @@ static inline void red_push(RedWorker *worker)
|
||||
}
|
||||
}
|
||||
|
||||
void red_show_tree(RedWorker *worker)
|
||||
{
|
||||
int x;
|
||||
|
||||
for (x = 0; x < NUM_SURFACES; ++x) {
|
||||
if (!worker->surfaces[x].context.canvas)
|
||||
continue;
|
||||
|
||||
RingItem *it;
|
||||
Ring *ring = &worker->surfaces[x].current;
|
||||
RING_FOREACH(it, ring) {
|
||||
TreeItem *now = SPICE_CONTAINEROF(it, TreeItem, siblings_link);
|
||||
tree_item_dump(now);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
static void display_channel_client_on_disconnect(RedChannelClient *rcc)
|
||||
{
|
||||
DisplayChannel *display;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user