changeset 6372:89fdd37c2397

(update_menu_bar): Delete unused second argument. Callers changed.
author Karl Heuer <kwzh@gnu.org>
date Wed, 16 Mar 1994 03:29:20 +0000
parents fa4643560045
children 284634d109ee
files src/xdisp.c
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Wed Mar 16 03:08:02 1994 +0000
+++ b/src/xdisp.c	Wed Mar 16 03:29:20 1994 +0000
@@ -905,15 +905,14 @@
      Lisp_Object window;
 {
   for (; !NILP (window); window = XWINDOW (window)->next)
-    update_menu_bar (window, 0);
+    update_menu_bar (window);
 }
 
 /* Update the menu bar item list for window WINDOW and its subwindows.  */
 
 static void
-update_menu_bar (window, just_this_one)
+update_menu_bar (window)
      Lisp_Object window;
-     int just_this_one;
 {
   register struct window *w = XWINDOW (window);
   struct buffer *old = current_buffer;