aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.h
diff options
context:
space:
mode:
authorJason Rumney2007-02-22 22:51:31 +0000
committerJason Rumney2007-02-22 22:51:31 +0000
commit904700a0f40ecd7716756dde5e03ad05a9e959f4 (patch)
tree3d4b958bc8f55bb53510c8d2116065f3133720e5 /src/w32term.h
parent5d22ded9ffdcc3d6ad29f7470768de49ee6d7829 (diff)
downloademacs-904700a0f40ecd7716756dde5e03ad05a9e959f4.tar.gz
emacs-904700a0f40ecd7716756dde5e03ad05a9e959f4.zip
(menubar_active): Remove menu_command_in_progress.
Diffstat (limited to 'src/w32term.h')
-rw-r--r--src/w32term.h3
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
378 /* Nonzero means menubar is currently active. */ 378 /* Nonzero means menubar is currently active. */
379 char menubar_active; 379 char menubar_active;
380 380
381 /* Nonzero means a menu command is being processed. */
382 char menu_command_in_progress;
383
384 /* Nonzero means menubar is about to become active, but should be 381 /* Nonzero means menubar is about to become active, but should be
385 brought up to date first. */ 382 brought up to date first. */
386 volatile char pending_menu_activation; 383 volatile char pending_menu_activation;