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

Frediano Ziglio fziglio at kemper.freedesktop.org
Thu Mar 2 11:52:24 UTC 2017


 server/red-channel.c |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit b2d1a38d136cc37fbe14b428c4641784aa205228
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Thu Mar 2 00:38:31 2017 +0000

    red-channel: Remove unused type definition
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/server/red-channel.c b/server/red-channel.c
index 67a570d..8fe0d33 100644
--- a/server/red-channel.c
+++ b/server/red-channel.c
@@ -594,7 +594,6 @@ int red_channel_no_item_being_sent(RedChannel *channel)
  */
 
 typedef void (*rcc_item_t)(RedChannelClient *rcc, RedPipeItem *item);
-typedef int (*rcc_item_cond_t)(RedChannelClient *rcc, RedPipeItem *item);
 
 /**
  * red_channel_pipes_create_batch:


More information about the Spice-commits mailing list