mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-11 04:33:24 +00:00
main channel: Remove unused main_channel_push_notify
It is not needed since 8d44aa0328
Signed-off-by: Pavel Grunt <pgrunt@redhat.com>
Acked-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
parent
70971e9923
commit
e20b44bf51
@ -579,12 +579,6 @@ void main_channel_push_uuid(MainChannelClient *mcc, const uint8_t uuid[16])
|
||||
red_channel_client_pipe_add_push(&mcc->base, item);
|
||||
}
|
||||
|
||||
void main_channel_push_notify(MainChannel *main_chan, const char *msg)
|
||||
{
|
||||
red_channel_pipes_new_add_push(&main_chan->base,
|
||||
main_notify_item_new, (void *)msg);
|
||||
}
|
||||
|
||||
void main_channel_client_push_notify(MainChannelClient *mcc, const char *msg)
|
||||
{
|
||||
PipeItem *item = main_notify_item_new(&mcc->base, (void *)msg, 1);
|
||||
|
||||
@ -67,7 +67,6 @@ void main_channel_client_start_net_test(MainChannelClient *mcc, int test_rate);
|
||||
void main_channel_push_init(MainChannelClient *mcc, int display_channels_hint,
|
||||
int current_mouse_mode, int is_client_mouse_allowed, int multi_media_time,
|
||||
int ram_hint);
|
||||
void main_channel_push_notify(MainChannel *main_chan, const char *msg);
|
||||
void main_channel_client_push_notify(MainChannelClient *mcc, const char *msg);
|
||||
void main_channel_push_multi_media_time(MainChannel *main_chan, int time);
|
||||
int main_channel_getsockname(MainChannel *main_chan, struct sockaddr *sa, socklen_t *salen);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user