Mercurial > pidgin
changeset 32787:900f6ee1188e
Remove unused, but awesomely named, variable.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 04 May 2012 07:29:24 +0000 |
parents | f911cdafdcd8 |
children | 9fb1aec17177 8331b45b6200 |
files | libpurple/protocols/irc/msgs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;