From eaaa9862451175392d6df48c4795b188518bed4b Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 8 May 2010 15:48:38 +0100 Subject: Misc. cleanup. Also updated the Yahoo! module to deal with struct groupchat in a GSList so that a default config fully compiles again. --- irc_commands.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'irc_commands.c') diff --git a/irc_commands.c b/irc_commands.c index b41c1a42..f43ef583 100644 --- a/irc_commands.c +++ b/irc_commands.c @@ -535,8 +535,6 @@ static void irc_cmd_topic( irc_t *irc, char **cmd ) static void irc_cmd_away( irc_t *irc, char **cmd ) { - char *set; - if( cmd[1] && *cmd[1] ) { char away[strlen(cmd[1])+1]; -- cgit v1.2.3