# HG changeset patch # User Mark Doliner # Date 1336116564 0 # Node ID 900f6ee1188e0d8cd1152abda70263befa2cdd3f # Parent f911cdafdcd8ba205309ed088ed1fce4ef331e33 Remove unused, but awesomely named, variable. diff -r f911cdafdcd8 -r 900f6ee1188e libpurple/protocols/irc/msgs.c --- a/libpurple/protocols/irc/msgs.c Thu May 03 13:14:51 2012 +0000 +++ b/libpurple/protocols/irc/msgs.c Fri May 04 07:29:24 2012 +0000 @@ -115,7 +115,7 @@ /* This function is ugly, but it's really an error handler. */ void irc_msg_default(struct irc_conn *irc, const char *name, const char *from, char **args) { - int i, directed_magic = TRUE; + int i; char *convname, *end, *tmp, *cur; PurpleConversation *convo;