diff src/w32menu.c @ 109882:793d8afe2140

(set_frame_menubar): Remove call to undefined function.
author Jason Rumney <jasonr@gnu.org>
date Thu, 19 Aug 2010 23:53:08 +0800
parents 7ce174214df2
children e0ac9a58795e
line wrap: on
line diff
--- a/src/w32menu.c	Thu Aug 19 17:43:45 2010 +0200
+++ b/src/w32menu.c	Thu Aug 19 23:53:08 2010 +0800
@@ -420,12 +420,8 @@
 
       set_buffer_internal_1 (XBUFFER (buffer));
 
-      /* Run the Lucid hook.  */
+      /* Run the hooks.  */
       safe_run_hooks (Qactivate_menubar_hook);
-      /* If it has changed current-menubar from previous value,
-	 really recompute the menubar from the value.  */
-      if (! NILP (Vlucid_menu_bar_dirty_flag))
-	call0 (Qrecompute_lucid_menubar);
       safe_run_hooks (Qmenu_bar_update_hook);
       FRAME_MENU_BAR_ITEMS (f) = menu_bar_items (FRAME_MENU_BAR_ITEMS (f));