aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-02-03 17:04:22 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-02-03 17:04:22 +0800
commit2e6f71cffb55b87b86d30bb48e96a4b10933d367 (patch)
tree2587901165c72a890cce0df178a90f6a58879147 /libempathy
parent57fe31f04de113885f1dc45b41a7ff9ec0deef3f (diff)
downloadgsoc2013-empathy-2e6f71cffb55b87b86d30bb48e96a4b10933d367.tar
gsoc2013-empathy-2e6f71cffb55b87b86d30bb48e96a4b10933d367.tar.gz
gsoc2013-empathy-2e6f71cffb55b87b86d30bb48e96a4b10933d367.tar.bz2
gsoc2013-empathy-2e6f71cffb55b87b86d30bb48e96a4b10933d367.tar.lz
gsoc2013-empathy-2e6f71cffb55b87b86d30bb48e96a4b10933d367.tar.xz
gsoc2013-empathy-2e6f71cffb55b87b86d30bb48e96a4b10933d367.tar.zst
gsoc2013-empathy-2e6f71cffb55b87b86d30bb48e96a4b10933d367.zip
Remove some dead code
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2411
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-tp-call.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/libempathy/empathy-tp-call.c b/libempathy/empathy-tp-call.c
index 576023e80..386ac80f3 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,