aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-02-03 17:04:22 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-02-03 17:04:22 +0800
commit2807696dad236c64c1e85627fbe54b52b38690f6 (patch)
tree2587901165c72a890cce0df178a90f6a58879147 /libempathy
parent3b08e96c4a3a4fc05926de6d0fc10b0dbfafd475 (diff)
downloadgsoc2013-empathy-2807696dad236c64c1e85627fbe54b52b38690f6.tar
gsoc2013-empathy-2807696dad236c64c1e85627fbe54b52b38690f6.tar.gz
gsoc2013-empathy-2807696dad236c64c1e85627fbe54b52b38690f6.tar.bz2
gsoc2013-empathy-2807696dad236c64c1e85627fbe54b52b38690f6.tar.lz
gsoc2013-empathy-2807696dad236c64c1e85627fbe54b52b38690f6.tar.xz
gsoc2013-empathy-2807696dad236c64c1e85627fbe54b52b38690f6.tar.zst
gsoc2013-empathy-2807696dad236c64c1e85627fbe54b52b38690f6.zip
Remove some dead code
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2411 4ee84921-47dd-4033-b63a-18d7a039a3e4
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,