[Spice-devel] [PATCH spice-server] red-channel: Remove unused declaration

Frediano Ziglio fziglio at redhat.com
Thu May 23 15:38:13 UTC 2019


Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 server/red-channel.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/server/red-channel.h b/server/red-channel.h
index 4bfd81ee1..eb16bd4b8 100644
--- a/server/red-channel.h
+++ b/server/red-channel.h
@@ -47,7 +47,6 @@ typedef struct MainChannelClient MainChannelClient;
 
 typedef bool (*channel_handle_message_proc)(RedChannelClient *rcc, uint16_t type,
                                             uint32_t size, void *msg);
-typedef bool (*channel_configure_socket_proc)(RedChannelClient *rcc);
 typedef void (*channel_send_pipe_item_proc)(RedChannelClient *rcc, RedPipeItem *item);
 
 typedef bool (*channel_handle_migrate_flush_mark_proc)(RedChannelClient *base);
-- 
2.20.1



More information about the Spice-devel mailing list