mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-30 17:49:02 +00:00
red channel: Remove unused red_channel_push_set_ack
It is not needed since 8e7b22b786
Signed-off-by: Pavel Grunt <pgrunt@redhat.com>
Acked-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
parent
2d79b39d96
commit
380b9f6aff
@ -483,11 +483,6 @@ void red_channel_client_push_set_ack(RedChannelClient *rcc)
|
||||
red_channel_client_pipe_add_type(rcc, PIPE_ITEM_TYPE_SET_ACK);
|
||||
}
|
||||
|
||||
void red_channel_push_set_ack(RedChannel *channel)
|
||||
{
|
||||
red_channel_pipes_add_type(channel, PIPE_ITEM_TYPE_SET_ACK);
|
||||
}
|
||||
|
||||
static void red_channel_client_send_set_ack(RedChannelClient *rcc)
|
||||
{
|
||||
SpiceMsgSetAck ack;
|
||||
|
||||
@ -496,7 +496,6 @@ void red_channel_pipes_add_empty_msg(RedChannel *channel, int msg_type);
|
||||
void red_channel_client_ack_zero_messages_window(RedChannelClient *rcc);
|
||||
void red_channel_client_ack_set_client_window(RedChannelClient *rcc, int client_window);
|
||||
void red_channel_client_push_set_ack(RedChannelClient *rcc);
|
||||
void red_channel_push_set_ack(RedChannel *channel);
|
||||
|
||||
int red_channel_get_first_socket(RedChannel *channel);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user