diff src/protocols/oscar/oscar.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/oscar/oscar.c	Mon Sep 12 18:46:15 2005 +0000
+++ b/src/protocols/oscar/oscar.c	Mon Sep 12 18:52:53 2005 +0000
@@ -5047,7 +5047,7 @@
 	GaimAccount *account = gaim_connection_get_account(gc);
 	OscarData *od = gc->proto_data;
 	GString *str;
-	gchar *tmp = NULL, *info_utf8 = NULL, *away_utf8 = NULL, *title = NULL;
+	gchar *tmp = NULL, *info_utf8 = NULL, *away_utf8 = NULL;
 	va_list ap;
 	aim_userinfo_t *userinfo;
 
@@ -5099,9 +5099,7 @@
 
 	tmp = gaim_str_sub_away_formatters(str->str, gaim_account_get_username(account));
 	g_string_free(str, TRUE);
-	title = g_strdup_printf(_("Info for %s"), userinfo->sn);
 	gaim_notify_userinfo(gc, userinfo->sn, _("Buddy Information"), NULL, tmp, NULL, NULL);
-	g_free(title);
 	g_free(tmp);
 
 	return 1;