diff options
author | John Wiegley <johnw@newartisans.com> | 2016-07-12 15:27:25 -0700 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2016-07-12 15:27:25 -0700 |
commit | 54b7eb0dee2397f1430e81b7356f8efb19946ba0 (patch) | |
tree | a463da12f08f32dc78beb2f99a37eb1951f51a43 /src/w32term.h | |
parent | 9c8c3a5478db6ff4b245e9128cbf24bd722ab1d6 (diff) | |
download | emacs-54b7eb0dee2397f1430e81b7356f8efb19946ba0.tar.gz |
Revert "Cleanup tooltips"
This reverts commit 20038f8ab75dd1551412a43cd58520c483c22921.
I am reverting this change because it was applied without prior discussion
on emacs-devel, and has been found to break the NS port. It needs more
testing and review before it should be applied here.
Diffstat (limited to 'src/w32term.h')
-rw-r--r-- | src/w32term.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/w32term.h b/src/w32term.h index 3934e8500a3..320477073a5 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -186,9 +186,6 @@ struct w32_display_info /* The frame waiting to be auto-raised in w32_read_socket. */ struct frame *w32_pending_autoraise_frame; - /* Tooltip frame on this display. */ - struct frame *w32_tooltip_frame; - /* The frame where the mouse was last time we reported a mouse event. */ struct frame *last_mouse_frame; |