changeset 20840:30194e6e5e54

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.
author Mark Doliner <mark@kingant.net>
date Tue, 09 Oct 2007 07:29:11 +0000
parents 83b662c458de
children 58b9a33968e1
files libpurple/protocols/oscar/oscar.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 *);