Remove "Has you", which has been gone in trunk for a while. cpw.khc.msnp14

Sun, 16 Sep 2007 18:34:36 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Sun, 16 Sep 2007 18:34:36 +0000
branch
cpw.khc.msnp14
changeset 20606
97f30f880456
parent 20605
d9f62ce8c905
child 20607
a0fc994b7328

Remove "Has you", which has been gone in trunk for a while.

libpurple/protocols/msn/msn.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/msn/msn.c	Sun Sep 16 18:18:37 2007 +0000
+++ b/libpurple/protocols/msn/msn.c	Sun Sep 16 18:34:36 2007 +0000
@@ -610,12 +610,6 @@
 		}
 	}
 
-	if (full && user)
-	{
-		purple_notify_user_info_add_pair(user_info, _("Has you"),
-									   ((user->list_op & (1 << MSN_LIST_RL)) ? _("Yes") : _("No")));
-	}
-
 	/* XXX: This is being shown in non-full tooltips because the
 	 * XXX: blocked icon overlay isn't always accurate for MSN.
 	 * XXX: This can die as soon as purple_privacy_check() knows that

mercurial