summaryrefslogtreecommitdiff
path: root/src/dispnew.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-07-17 22:14:37 +0000
committerKarl Heuer <kwzh@gnu.org>1995-07-17 22:14:37 +0000
commit74a4414c46af3e5e5e385b8d03dc3dacd1eeaba9 (patch)
tree490dcfaea615e565218e231f19aec055844a9549 /src/dispnew.c
parent078ee8e6810508a4ff1edc593b057bb7b3ae9162 (diff)
downloademacs-74a4414c46af3e5e5e385b8d03dc3dacd1eeaba9.tar.gz
(Fsit_for): Don't call prepare_menu_bars here.
Diffstat (limited to 'src/dispnew.c')
-rw-r--r--src/dispnew.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 953527b4377..bc79d41463b 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -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));
}