pidgin/gtkblist.h

changeset 41411
c2969c67490e
parent 41299
4a8bdbae8d8b
child 41418
ea740d03620b
--- a/pidgin/gtkblist.h	Wed May 25 23:52:46 2022 -0500
+++ b/pidgin/gtkblist.h	Fri May 27 03:05:57 2022 -0500
@@ -45,9 +45,6 @@
  **************************************************************************/
 /**
  * PidginBuddyList:
- * @notebook:          The notebook that switches between the real buddy list
- *                     and the helpful instructions page
- * @main_vbox:         This vbox contains the menu and notebook
  * @vbox:              This is the vbox that everything important gets packed
  *                     into.  Your plugin might want to pack something in it
  *                     itself.  Go, plugins!
@@ -55,20 +52,8 @@
  * @treemodel:         This is the treemodel.
  * @text_column:       Column
  * @refresh_timer:     The timer for refreshing every 30 seconds
- * @contact_rect:      This is the bounding rectangle of the contact node and
- *                     its children.  This is used for auto-expand on mouseover.
- * @mouseover_contact: This is the contact currently mouse-over expanded
  * @selected_node:     The currently selected node
  * @scrollbook:        Scrollbook for alerts
- * @headline:          Widget for headline notifications
- * @headline_label:    Label for headline notifications
- * @headline_image:    Image for headline notifications
- * @headline_callback: Callback for headline notifications
- * @headline_data:     User data for headline notifications
- * @headline_destroy:  Callback to use for destroying the headline-data
- * @statusbox:         The status selector dropdown
- * @empty_avatar:      A 32x32 transparent pixbuf
- * @priv:              Pointer to opaque private data
  *
  * Like, everything you need to know about the gtk buddy list
  */
@@ -88,9 +73,6 @@
 
 	guint refresh_timer;
 
-	GdkRectangle contact_rect;
-	PurpleBlistNode *mouseover_contact;
-
 	PurpleBlistNode *selected_node;
 
 	GtkWidget *scrollbook;

mercurial