mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 22:10:46 +00:00
server/red_worker.c: remove unused pipe_item_remove
This commit is contained in:
parent
c07ba1cd4f
commit
51511a51cf
@ -1381,11 +1381,6 @@ static inline int pipe_item_is_linked(PipeItem *item)
|
||||
return ring_item_is_linked(&item->link);
|
||||
}
|
||||
|
||||
static inline void pipe_item_remove(PipeItem *item)
|
||||
{
|
||||
ring_remove(&item->link);
|
||||
}
|
||||
|
||||
static void red_pipe_add_verb(RedChannelClient* rcc, uint16_t verb)
|
||||
{
|
||||
VerbItem *item = spice_new(VerbItem, 1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user