diff src/protocols/jabber/buddy.c @ 11532:57439a383f4f

[gaim-migrate @ 13781] these variables were now essentially unused, but they didn't cause warnings because of the line snprint line. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 12 Sep 2005 18:52:53 +0000
parents bf763a1b2454
children c9b815aeddc1
line wrap: on
line diff
--- a/src/protocols/jabber/buddy.c	Mon Sep 12 18:46:15 2005 +0000
+++ b/src/protocols/jabber/buddy.c	Mon Sep 12 18:52:53 2005 +0000
@@ -591,7 +591,6 @@
 	GString *info_text;
 	char *resource_name;
 	char *bare_jid;
-	char *title;
 	char *text;
 	xmlnode *vcard;
 	GaimBuddy *b;
@@ -850,8 +849,6 @@
 		}
 	}
 
-	title = g_strdup_printf("User info for %s", from);
-
 	text = gaim_strdup_withhtml(info_text->str);
 
 	gaim_notify_userinfo(js->gc, from, _("Jabber Profile"),
@@ -861,7 +858,6 @@
 		gaim_imgstore_unref(GPOINTER_TO_INT(imgids->data));
 		imgids = g_slist_delete_link(imgids, imgids);
 	}
-	g_free(title);
 	g_string_free(info_text, TRUE);
 	g_free(text);
 	g_free(bare_jid);