aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index ec60f3d7816..79ff2d92cc6 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -2256,10 +2256,6 @@ sit_for (sec, usec, reading, display)
2256{ 2256{
2257 Lisp_Object read_kbd; 2257 Lisp_Object read_kbd;
2258 2258
2259 if (CONSP (Vunread_command_events)
2260 || unread_command_char != -1)
2261 return Qnil;
2262
2263 if (detect_input_pending ()) 2259 if (detect_input_pending ())
2264 return Qnil; 2260 return Qnil;
2265 2261