diff src/multi.h @ 4349:0c68d402f59f

[gaim-migrate @ 4614] XML Blist Gaim stores all the buddy lists in one big happy file now. You can order the buddies however you want, and they'll stay ordered that way. We can also store some per-buddy information now, which will be cool. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 19 Jan 2003 22:16:52 +0000
parents cc2f780c0505
children 3196d9044a45
line wrap: on
line diff
--- a/src/multi.h	Sun Jan 19 22:03:57 2003 +0000
+++ b/src/multi.h	Sun Jan 19 22:16:52 2003 +0000
@@ -40,13 +40,6 @@
 	/* all connections need an input watcher */
 	int inpa;
 
-	/* buddy list stuff. there is still a global groups for the buddy list, but
-	 * we need to maintain our own set of buddies, and our own permit/deny lists */
-	GSList *groups;
-	GSList *permit;
-	GSList *deny;
-	int permdeny;
-
 	/* all connections need a list of chats, even if they don't have chat */
 	GSList *buddy_chats;