[telepathy-gabble/master] Remove unnecessary forward declaration.
Will Thompson
will.thompson at collabora.co.uk
Wed Jun 10 04:01:02 PDT 2009
Guillaume pointed out that emit_closed_and_send_gone() is not used
before it's defined.
---
src/im-channel.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/im-channel.c b/src/im-channel.c
index 09c949a..1354183 100644
--- a/src/im-channel.c
+++ b/src/im-channel.c
@@ -65,7 +65,6 @@ G_DEFINE_TYPE_WITH_CODE (GabbleIMChannel, gabble_im_channel, G_TYPE_OBJECT,
static void _gabble_im_channel_send_message (GObject *object,
TpMessage *message, TpMessageSendingFlags flags);
-static void emit_closed_and_send_gone (GabbleIMChannel *self);
static const gchar *gabble_im_channel_interfaces[] = {
TP_IFACE_CHANNEL_INTERFACE_CHAT_STATE,
--
1.5.6.5
More information about the telepathy-commits
mailing list