From 96049b7c3a323d923e21c7d3601d1aec0151b6f8 Mon Sep 17 00:00:00 2001 From: Pavel Grunt Date: Mon, 23 Nov 2015 10:43:48 +0100 Subject: red channel: Remove unused declaration of red_channel_pipes_remove MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was introduced in 09ae4700d27b7c1cca64c2ce4c90f0c6cdf81ccf but never used. Signed-off-by: Pavel Grunt Acked-by: Fabiano FidĂȘncio --- server/red_channel.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/red_channel.h b/server/red_channel.h index 1d6eab94..0e0138f1 100644 --- a/server/red_channel.h +++ b/server/red_channel.h @@ -513,8 +513,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 -- cgit