Mercurial > emacs
changeset 76076:59abcab48ea2
(menubar_active): Remove menu_command_in_progress.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Thu, 22 Feb 2007 22:50:15 +0000 |
parents | 25965473846d |
children | 0cb5c0c1f9cc |
files | src/w32term.h |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32term.h Thu Feb 22 22:50:04 2007 +0000 +++ b/src/w32term.h Thu Feb 22 22:50:15 2007 +0000 @@ -378,9 +378,6 @@ /* Nonzero means menubar is currently active. */ char menubar_active; - /* Nonzero means a menu command is being processed. */ - char menu_command_in_progress; - /* Nonzero means menubar is about to become active, but should be brought up to date first. */ volatile char pending_menu_activation;