[Spice-commits] server/red-channel.h

Frediano Ziglio fziglio at kemper.freedesktop.org
Mon Feb 13 16:42:14 UTC 2017


 server/red-channel.h |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 4c2817a5625d7dcd3de5e5a43db23016459d1efb
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Mon Feb 13 17:34:31 2017 +0100

    channel: Remove unused vfunc typedefs from header
    
    They became unused more than 5 years ago in commit f84dfe
    
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/server/red-channel.h b/server/red-channel.h
index f2866f5..4430d0b 100644
--- a/server/red-channel.h
+++ b/server/red-channel.h
@@ -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,


More information about the Spice-commits mailing list