[Spice-devel] [PATCH spice-server 08/15] red channel: Remove unused declaration of red_channel_pipes_remove

Pavel Grunt pgrunt at redhat.com
Thu Nov 19 11:44:58 PST 2015


It was introduced in 09ae4700d27b7c1cca64c2ce4c90f0c6cdf81ccf
but never used.

Signed-off-by: Pavel Grunt <pgrunt at redhat.com>
---
 server/red_channel.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/server/red_channel.h b/server/red_channel.h
index 89d06ee..a755d21 100644
--- a/server/red_channel.h
+++ b/server/red_channel.h
@@ -510,8 +510,6 @@ int red_channel_client_send_message_pending(RedChannelClient *rcc);
 int red_channel_no_item_being_sent(RedChannel *channel);
 int red_channel_client_no_item_being_sent(RedChannelClient *rcc);
 
-void red_channel_pipes_remove(RedChannel *channel, PipeItem *item);
-
 // TODO: unstaticed for display/cursor channels. they do some specific pushes not through
 // adding elements or on events. but not sure if this is actually required (only result
 // should be that they ""try"" a little harder, but if the event system is correct it
-- 
2.5.0



More information about the Spice-devel mailing list