--- 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 {