changeset 25697:8202f850ca9e

Remove some unused variables
author Marcus Lundblad <ml@update.uu.se>
date Sat, 07 Feb 2009 11:09:31 +0000
parents 6f1bd5f3aaa0
children 1ad482221d70
files libpurple/protocols/jabber/jabber.c
diffstat 1 files changed, 2 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c	Fri Feb 06 22:46:24 2009 +0000
+++ b/libpurple/protocols/jabber/jabber.c	Sat Feb 07 11:09:31 2009 +0000
@@ -1754,15 +1754,12 @@
 		gboolean multiple_resources = 
 			jb->resources && g_list_next(jb->resources);
 		JabberBuddyResource *top_jbr = jabber_buddy_find_resource(jb, NULL);
-		
+
 		/* resource-specific info for the top resource */
 		jabber_tooltip_add_resource_text(top_jbr, user_info, 
 			multiple_resources);
-		
+
 		for(l=jb->resources; l; l = l->next) {
-			char *res = NULL;
-			char *label;
-
 			jbr = l->data;
 			/* the remaining resources */
 			if (jbr != top_jbr) {
@@ -1774,7 +1771,6 @@
 		if (full) {
 			PurpleStatus *status;
 
-
 			status = purple_presence_get_active_status(presence);
 			mood = purple_status_get_attr_string(status, "mood");
 			if(mood != NULL) {