--- a/libpurple/protocols/novell/novell.c Wed Apr 11 12:13:16 2007 +0000 +++ b/libpurple/protocols/novell/novell.c Wed Apr 11 13:32:57 2007 +0000 @@ -1495,13 +1495,10 @@ _show_info(PurpleConnection * gc, NMUserRecord * user_record) { PurpleNotifyUserInfo *user_info = purple_notify_user_info_new(); - GString *info_text; int count, i; NMProperty *property; const char *tag, *value; - info_text = g_string_new(""); - tag = _("User ID"); value = nm_user_record_get_userid(user_record); if (value) {