changeset 12532:aa3b050f8a32

(Fsit_for): Don't call prepare_menu_bars here.
author Karl Heuer <kwzh@gnu.org>
date Mon, 17 Jul 1995 22:14:37 +0000
parents b36aa014cee4
children c88a47bf2c1a
files src/dispnew.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispnew.c	Mon Jul 17 22:14:00 1995 +0000
+++ b/src/dispnew.c	Mon Jul 17 22:14:37 1995 +0000
@@ -2432,8 +2432,6 @@
     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));
 }