diff src/blist.h @ 5259:750e4801819f

[gaim-migrate @ 5631] i didn't mean to commit that committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 29 Apr 2003 00:23:19 +0000
parents e131ab86ead7
children d7771fe33cbd
line wrap: on
line diff
--- a/src/blist.h	Tue Apr 29 00:17:36 2003 +0000
+++ b/src/blist.h	Tue Apr 29 00:23:19 2003 +0000
@@ -96,9 +96,6 @@
 struct group {
 	GaimBlistNode node;                    /**< The node that this group inherits from */
 	char *name;                            /**< The name of this group. */
-	int totalsize;			       /**< The number of buddies in this group */
-	int currentsize;		       /**< The number of buddies in this group corresponding to online accounts */
-	int online;			       /**< The number of buddies in this group who are currently online */
 	GHashTable *settings;                  /**< per-group settings from the XML buddy list, set by plugins and the likes. */
 };