(set_frame_menubar): Remove call to undefined function.
authorJason Rumney <jasonr@gnu.org>
Thu, 19 Aug 2010 15:53:08 +0000 (23:53 +0800)
committerJason Rumney <jasonr@gnu.org>
Thu, 19 Aug 2010 15:53:08 +0000 (23:53 +0800)
src/ChangeLog
src/w32menu.c

index 96d5c77..df0b500 100644 (file)
@@ -8,6 +8,8 @@
 
 2010-08-19  Jason Rumney  <jasonr@gnu.org>
 
+       * w32menu.c (set_frame_menubar): Remove call to undefined function.
+
        * w32fns.c (w32_wnd_proc): Don't check context before initializing.
 
 2010-08-19  Jan Djärv  <jan.h.d@swipnet.se>
index 1146843..0ed9bff 100644 (file)
@@ -420,12 +420,8 @@ set_frame_menubar (FRAME_PTR f, int first_time, int deep_p)
 
       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));