]> code.delx.au - gnu-emacs/blobdiff - src/xterm.h
Revert "Cleanup tooltips"
[gnu-emacs] / src / xterm.h
index 1eb3e304f84cfec0d4550c6d6ed4b3129961052a..675a48443dcae439087a85c8a761eb752c61e1b6 100644 (file)
@@ -362,9 +362,6 @@ struct x_display_info
   /* The frame waiting to be auto-raised in XTread_socket.  */
   struct frame *x_pending_autoraise_frame;
 
-  /* Tooltip frame on this display.  */
-  struct frame *x_tooltip_frame;
-
   /* The frame where the mouse was last time we reported a ButtonPress event.  */
   struct frame *last_mouse_frame;
 
@@ -578,7 +575,6 @@ struct x_output
   GtkTooltip *ttip_widget;
   GtkWidget *ttip_lbl;
   GtkWindow *ttip_window;
-  guint ttip_timeout;
 #endif /* USE_GTK_TOOLTIP */
 
 #endif /* USE_GTK */