]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fsit_for): Don't call prepare_menu_bars here.
authorKarl Heuer <kwzh@gnu.org>
Mon, 17 Jul 1995 22:14:37 +0000 (22:14 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 17 Jul 1995 22:14:37 +0000 (22:14 +0000)
src/dispnew.c

index 953527b4377addfd6c0edab3d34acab45380401b..bc79d41463b6344b16f87cf3f7feb436cd2c1359 100644 (file)
@@ -2432,8 +2432,6 @@ Value is t if waited the full time with no input arriving.")
     error ("millisecond `sit-for' not supported on %s", SYSTEM_TYPE);
 #endif
 
-  if (NILP (nodisp))
-    prepare_menu_bars ();
   return sit_for (sec, usec, 0, NILP (nodisp));
 }
 \f