summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--salut/message-channel.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/salut/message-channel.c b/salut/message-channel.c
index 6747068..76f99e1 100644
--- a/salut/message-channel.c
+++ b/salut/message-channel.c
@@ -778,15 +778,12 @@ ytst_message_channel_new (SalutConnection *connection,
TpHandle initiator,
gboolean requested)
{
- TpBaseConnection *base_conn;
YtstMessageChannel *channel;
g_return_val_if_fail (SALUT_IS_CONNECTION (connection), NULL);
g_return_val_if_fail (WOCKY_IS_LL_CONTACT (contact), NULL);
g_return_val_if_fail (WOCKY_IS_STANZA (request), NULL);
- base_conn = TP_BASE_CONNECTION (connection);
-
channel = g_object_new (YTST_TYPE_MESSAGE_CHANNEL,
"connection", connection,
"contact", contact,