diff libpurple/protocols/msn/userlist.h @ 24523:77873bca18bb

I think we don't need to keep track of the number of users on the FL. This stuff has been commented out for a while now, with no complaints. Whatever the limit is now, it's either reported by the server, or too large for anyone to care, it seems.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 08 Dec 2008 00:18:45 +0000
parents 4fd22591e3f0
children fd5eedf131b4
line wrap: on
line diff
--- a/libpurple/protocols/msn/userlist.h	Mon Dec 08 00:14:46 2008 +0000
+++ b/libpurple/protocols/msn/userlist.h	Mon Dec 08 00:18:45 2008 +0000
@@ -53,8 +53,6 @@
 	int buddy_icon_window;
 	guint buddy_icon_request_timer;
 
-	int fl_users_count;
-
 };
 
 gboolean msn_userlist_user_is_in_group(MsnUser *user, const char * group_id);