pidgin/gtkblist.h

changeset 40938
1c25eac61c19
parent 40937
2405744f8193
child 40948
2c312f084d84
--- a/pidgin/gtkblist.h	Mon Jun 07 23:10:41 2021 -0500
+++ b/pidgin/gtkblist.h	Tue Jun 08 01:45:21 2021 -0500
@@ -60,7 +60,6 @@
  * @menutray:          The menu tray widget.
  * @menutrayicon:      The menu tray icon.
  * @refresh_timer:     The timer for refreshing every 30 seconds
- * @timeout:           The timeout for the tooltip.
  * @drag_timeout:      The timeout for expanding contacts on drags
  * @drag_rect:         This is the bounding rectangle of the cell we're
  *                     currently hovering over.  This is used for drag'n'drop.
@@ -103,7 +102,6 @@
 
 	guint refresh_timer;
 
-	guint      timeout;
 	guint      drag_timeout;
 	GdkRectangle drag_rect;
 	GdkRectangle contact_rect;

mercurial