diff options
author | Jason Rumney <jasonr@gnu.org> | 2007-02-22 22:51:31 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2007-02-22 22:51:31 +0000 |
commit | 904700a0f40ecd7716756dde5e03ad05a9e959f4 (patch) | |
tree | 3d4b958bc8f55bb53510c8d2116065f3133720e5 /src/w32term.h | |
parent | 5d22ded9ffdcc3d6ad29f7470768de49ee6d7829 (diff) | |
download | emacs-904700a0f40ecd7716756dde5e03ad05a9e959f4.tar.gz |
(menubar_active): Remove menu_command_in_progress.
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 9d034f56f5b..cac3e2f8997 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -378,9 +378,6 @@ struct w32_output /* 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; |