From 2e6f71cffb55b87b86d30bb48e96a4b10933d367 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Tue, 3 Feb 2009 09:04:22 +0000 Subject: [PATCH] Remove some dead code Signed-off-by: Sjoerd Simons svn path=/trunk/; revision=2411 --- libempathy/empathy-tp-call.c | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/libempathy/empathy-tp-call.c b/libempathy/empathy-tp-call.c index 576023e8..386ac80f 100644 --- a/libempathy/empathy-tp-call.c +++ b/libempathy/empathy-tp-call.c @@ -361,23 +361,6 @@ tp_call_async_cb (TpProxy *proxy, DEBUG ("Error %s: %s", (gchar*) user_data, error->message); } -static void -tp_call_close_channel (EmpathyTpCall *call) -{ - EmpathyTpCallPriv *priv = GET_PRIV (call); - - if (priv->status == EMPATHY_TP_CALL_STATUS_CLOSED) - return; - - DEBUG ("Closing channel"); - - tp_cli_channel_call_close (priv->channel, -1, - NULL, NULL, NULL, NULL); - - priv->status = EMPATHY_TP_CALL_STATUS_CLOSED; - g_object_notify (G_OBJECT (call), "status"); -} - static GObject * tp_call_constructor (GType type, guint n_construct_params, -- 2.39.2