]> git.0d.be Git - empathy.git/commitdiff
Squash some set-but-unused variables
authorColin Walters <walters@verbum.org>
Wed, 18 May 2011 23:52:49 +0000 (19:52 -0400)
committerColin Walters <walters@verbum.org>
Wed, 18 May 2011 23:52:49 +0000 (19:52 -0400)
src/empathy-chat-window.c

index 6e7d5ac65a5624cdff066d0360dd21a3397e44f7..c0d1b1502e61b368ba36854980e93da73264b804 100644 (file)
@@ -982,17 +982,13 @@ chat_window_invite_participant_activate_cb (GtkAction         *action,
        EmpathyChatWindowPriv *priv;
        GtkWidget             *dialog;
        EmpathyTpChat         *tp_chat;
-       TpChannel             *channel;
        int                    response;
-       TpAccount             *account;
 
        priv = GET_PRIV (window);
 
        g_return_if_fail (priv->current_chat != NULL);
 
        tp_chat = empathy_chat_get_tp_chat (priv->current_chat);
-       channel = empathy_tp_chat_get_channel (tp_chat);
-       account = empathy_chat_get_account (priv->current_chat);
 
        dialog = empathy_invite_participant_dialog_new (
                        GTK_WINDOW (priv->dialog), tp_chat);