summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-10-04 01:15:32 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-11-04 09:02:18 +0000
commit33cd9527f7c0d1f4a2b72e8cfadc417b69590336 (patch)
tree72314dc73cc548b8aaadf4f6ee06bc7fb0fecfd9
parenteb0dc2a0694451453c40c0e75da3ba9093837339 (diff)
downloadtelepathy-gabble-33cd9527f7c0d1f4a2b72e8cfadc417b69590336.tar.gz
Remove unneeded im_channel_closed_cb prototype
-rw-r--r--src/im-factory.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/im-factory.c b/src/im-factory.c
index 8d1c23017..57de5e36b 100644
--- a/src/im-factory.c
+++ b/src/im-factory.c
@@ -193,9 +193,6 @@ gabble_im_factory_class_init (GabbleImFactoryClass *gabble_im_factory_class)
static GabbleIMChannel *new_im_channel (GabbleImFactory *fac,
TpHandle handle, TpHandle initiator, gpointer request_token);
-static void im_channel_closed_cb (GabbleIMChannel *chan, gpointer user_data);
-
-
/**
* im_factory_message_cb:
*