libpurple/buddylist.h

changeset 39692
6e8ebbefba1e
parent 39676
1e8394d47205
child 39693
86f5c1fef140
--- a/libpurple/buddylist.h	Mon Jul 15 17:47:49 2019 -0400
+++ b/libpurple/buddylist.h	Wed Jul 03 04:02:46 2019 -0400
@@ -67,18 +67,11 @@
 /**************************************************************************/
 /**
  * PurpleBuddyList:
- * @root:    The first node in the buddy list
- * @ui_data: The UI data associated with this buddy list. This is a convenience
- *           field provided to the UIs -- it is not used by the libpurple core.
  *
  * The Buddy List
  */
 struct _PurpleBuddyList {
 	GObject gparent;
-
-	/*< public >*/
-	PurpleBlistNode *root;
-	gpointer ui_data;
 };
 
 struct _PurpleBuddyListClass {

mercurial