# HG changeset patch # User Mark Doliner # Date 1191914951 0 # Node ID 30194e6e5e54b7a3afe35d2eef467d8a14f93772 # Parent 83b662c458de47061d104c0c86b28d33661acc1b Get rid of an unused variable. Coverity found this. Remember Coverity? It's back! Richard and Gary and I met up with David Maxwell at the Google Mentor Summit and fixed things up. Well, mostly David and Richard. diff -r 83b662c458de -r 30194e6e5e54 libpurple/protocols/oscar/oscar.c --- a/libpurple/protocols/oscar/oscar.c Tue Oct 09 03:38:47 2007 +0000 +++ b/libpurple/protocols/oscar/oscar.c Tue Oct 09 07:29:11 2007 +0000 @@ -1721,7 +1721,6 @@ { PurpleConnection *gc; PurpleAccount *account; - PurplePresence *presence; struct buddyinfo *bi; time_t time_idle = 0, signon = 0; int type = 0; @@ -1734,7 +1733,6 @@ gc = od->gc; account = purple_connection_get_account(gc); - presence = purple_account_get_presence(account); va_start(ap, fr); info = va_arg(ap, aim_userinfo_t *);