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

Frediano Ziglio fziglio at kemper.freedesktop.org
Fri Sep 8 07:23:24 UTC 2017


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

New commits:
commit 5a1a6b24af8ae9b83aae90b85a1e5c7b862454a9
Author: Jonathon Jongsma <jjongsma at redhat.com>
Date:   Thu Sep 7 15:51:01 2017 -0500

    RedChannel: Remove obsolete TODO comment
    
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/server/red-channel.h b/server/red-channel.h
index 55cfa7e1..b5510c30 100644
--- a/server/red-channel.h
+++ b/server/red-channel.h
@@ -160,9 +160,6 @@ bool red_channel_test_remote_cap(RedChannel *channel, uint32_t cap);
 /* should be called when a new channel is ready to send messages */
 void red_channel_init_outgoing_messages_window(RedChannel *channel);
 
-// TODO: add back the channel_pipe_add functionality - by adding reference counting
-// to the RedPipeItem.
-
 // helper to push a new item to all channels
 typedef RedPipeItem *(*new_pipe_item_t)(RedChannelClient *rcc, void *data, int num);
 int red_channel_pipes_new_add(RedChannel *channel, new_pipe_item_t creator, void *data);


More information about the Spice-commits mailing list