mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-31 11:28:31 +00:00
channel: Remove unused vfunc typedefs from header
They became unused more than 5 years ago in commit f84dfe Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
e9461ec904
commit
4c2817a562
@ -112,8 +112,6 @@ typedef void (*channel_release_msg_recv_buf_proc)(RedChannelClient *channel,
|
||||
typedef void (*channel_disconnect_proc)(RedChannelClient *rcc);
|
||||
typedef int (*channel_configure_socket_proc)(RedChannelClient *rcc);
|
||||
typedef void (*channel_send_pipe_item_proc)(RedChannelClient *rcc, RedPipeItem *item);
|
||||
typedef void (*channel_on_incoming_error_proc)(RedChannelClient *rcc);
|
||||
typedef void (*channel_on_outgoing_error_proc)(RedChannelClient *rcc);
|
||||
|
||||
typedef int (*channel_handle_migrate_flush_mark_proc)(RedChannelClient *base);
|
||||
typedef int (*channel_handle_migrate_data_proc)(RedChannelClient *base,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user