changeset 13879:b5ff22440a5b

[gaim-migrate @ 16356] Fix coverity CID #200: Remove unused code committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 27 Jun 2006 06:50:52 +0000
parents 0d0ab1e39d0a
children b869ab32cccc
files src/protocols/yahoo/yahoo.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Tue Jun 27 02:33:55 2006 +0000
+++ b/src/protocols/yahoo/yahoo.c	Tue Jun 27 06:50:52 2006 +0000
@@ -2676,7 +2676,6 @@
 	struct yahoo_data *yd;
 	YahooFriend *f;
 	GaimPresence *presence;
-	GaimStatus *status;
 
 	if (!b || !(account = b->account) || !(gc = gaim_account_get_connection(account)) ||
 					     !(yd = gc->proto_data))
@@ -2689,7 +2688,6 @@
 	}
 
 	presence = gaim_buddy_get_presence(b);
-	status = gaim_presence_get_active_status(presence);
 
 	if (gaim_presence_is_online(presence) == FALSE) {
 		*se = "offline";