aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-05-19 07:52:49 +0800
committerColin Walters <walters@verbum.org>2011-05-19 07:52:49 +0800
commitaf03c9c7c50e68f5b10148e84ff782c94c5c6cd0 (patch)
tree95dfa2e89b3da435602059b3c909e095f156fc29 /src/empathy-chat-window.c
parent93a7de11fb8ec365c6a7f1818b1260e689e0428e (diff)
downloadgsoc2013-empathy-af03c9c7c50e68f5b10148e84ff782c94c5c6cd0.tar
gsoc2013-empathy-af03c9c7c50e68f5b10148e84ff782c94c5c6cd0.tar.gz
gsoc2013-empathy-af03c9c7c50e68f5b10148e84ff782c94c5c6cd0.tar.bz2
gsoc2013-empathy-af03c9c7c50e68f5b10148e84ff782c94c5c6cd0.tar.lz
gsoc2013-empathy-af03c9c7c50e68f5b10148e84ff782c94c5c6cd0.tar.xz
gsoc2013-empathy-af03c9c7c50e68f5b10148e84ff782c94c5c6cd0.tar.zst
gsoc2013-empathy-af03c9c7c50e68f5b10148e84ff782c94c5c6cd0.zip
Squash some set-but-unused variables
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r--src/empathy-chat-window.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 6e7d5ac65..c0d1b1502 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -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);