libpurple/blist.c

branch
next.major
changeset 31576
a18eb7b16c5e
parent 29671
6463da9d8275
child 31578
0b57835a801b
--- a/libpurple/blist.c	Thu Mar 17 01:42:14 2011 +0000
+++ b/libpurple/blist.c	Thu Mar 17 07:39:33 2011 +0000
@@ -465,9 +465,7 @@
 
 	acct_name = xmlnode_get_attrib(bnode, "account");
 	protocol = xmlnode_get_attrib(bnode, "protocol");
-	protocol = _purple_oscar_convert(acct_name, protocol); /* XXX: Remove */
 	proto = xmlnode_get_attrib(bnode, "proto");
-	proto = _purple_oscar_convert(acct_name, proto); /* XXX: Remove */
 
 	if (!acct_name || (!proto && !protocol))
 		return;

mercurial