about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
Diffstat (limited to 'src/command')
-rw-r--r--src/command/commands.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index b8124120..cf9dec11 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -1382,15 +1382,12 @@ cmd_info(gchar **args, struct cmd_help_t help)
     jabber_conn_status_t conn_status = jabber_get_connection_status();
     win_type_t win_type = ui_current_win_type();
     PContact pcontact = NULL;
-    char *recipient;
 
     if (conn_status != JABBER_CONNECTED) {
         cons_show("You are not currently connected.");
         return TRUE;
     }
 
-    recipient = ui_current_recipient();
-
     switch (win_type)
     {
         case WIN_MUC: