summaryrefslogtreecommitdiffstats
path: root/server/inputs_channel.c
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-11-10 09:52:28 +0200
committerAlon Levy <alevy@redhat.com>2011-03-02 17:27:52 +0200
commit8cd5568c92384490ec20f898d2d8c12009b6bf47 (patch)
treea9ef6fca1c4d6660b69b8b48e38b6d952fe0e63e /server/inputs_channel.c
parent16bff20f91c928349dff7329ac63bddcab2444b2 (diff)
downloadspice-8cd5568c92384490ec20f898d2d8c12009b6bf47.tar.gz
spice-8cd5568c92384490ec20f898d2d8c12009b6bf47.tar.xz
spice-8cd5568c92384490ec20f898d2d8c12009b6bf47.zip
server/red_channel (+): remove red_channel_add_buf
Diffstat (limited to 'server/inputs_channel.c')
-rw-r--r--server/inputs_channel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/inputs_channel.c b/server/inputs_channel.c
index 5e2681ad..d6bcf9de 100644
--- a/server/inputs_channel.c
+++ b/server/inputs_channel.c
@@ -461,7 +461,6 @@ static void inputs_shutdown(Channel *channel)
if (inputs_channel) {
red_channel_shutdown(&inputs_channel->base);
- inputs_channel->base.incoming.shut = TRUE;
channel->data = NULL;
g_inputs_channel = NULL;
}