aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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.")
2432 error ("millisecond `sit-for' not supported on %s", SYSTEM_TYPE); 2432 error ("millisecond `sit-for' not supported on %s", SYSTEM_TYPE);
2433#endif 2433#endif
2434 2434
2435 if (NILP (nodisp))
2436 prepare_menu_bars ();
2437 return sit_for (sec, usec, 0, NILP (nodisp)); 2435 return sit_for (sec, usec, 0, NILP (nodisp));
2438} 2436}
2439 2437