mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 11:06:18 +00:00
Removed unused red_channel_pipes_new_add_tail function
This function is supposed to add an item to the queue to be sent before all other queued items. Was never used. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
parent
dc9177689e
commit
6940f7ff53
@ -686,12 +686,6 @@ void red_channel_pipes_new_add(RedChannel *channel, new_pipe_item_t creator, voi
|
||||
red_channel_client_pipe_add);
|
||||
}
|
||||
|
||||
void red_channel_pipes_new_add_tail(RedChannel *channel, new_pipe_item_t creator, void *data)
|
||||
{
|
||||
red_channel_pipes_create_batch(channel, creator, data,
|
||||
red_channel_client_pipe_add_tail);
|
||||
}
|
||||
|
||||
uint32_t red_channel_max_pipe_size(RedChannel *channel)
|
||||
{
|
||||
GListIter iter;
|
||||
|
||||
@ -256,7 +256,6 @@ void red_channel_init_outgoing_messages_window(RedChannel *channel);
|
||||
typedef RedPipeItem *(*new_pipe_item_t)(RedChannelClient *rcc, void *data, int num);
|
||||
int red_channel_pipes_new_add_push(RedChannel *channel, new_pipe_item_t creator, void *data);
|
||||
void red_channel_pipes_new_add(RedChannel *channel, new_pipe_item_t creator, void *data);
|
||||
void red_channel_pipes_new_add_tail(RedChannel *channel, new_pipe_item_t creator, void *data);
|
||||
|
||||
void red_channel_pipes_add_type(RedChannel *channel, int pipe_item_type);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user