aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/process.c b/src/process.c
index aa83422f8c1..1b2693bded4 100644
--- a/src/process.c
+++ b/src/process.c
@@ -2381,11 +2381,6 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
2381 { 2381 {
2382 int timeout_reduced_for_timers = 0; 2382 int timeout_reduced_for_timers = 0;
2383 2383
2384#ifdef HAVE_X_WINDOWS
2385 if (display_busy_cursor_p)
2386 Fx_hide_busy_cursor (Qnil);
2387#endif
2388
2389 /* If calling from keyboard input, do not quit 2384 /* If calling from keyboard input, do not quit
2390 since we want to return C-g as an input character. 2385 since we want to return C-g as an input character.
2391 Otherwise, do pending quit if requested. */ 2386 Otherwise, do pending quit if requested. */
@@ -2809,12 +2804,6 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
2809 start_polling (); 2804 start_polling ();
2810#endif 2805#endif
2811 2806
2812#ifdef HAVE_X_WINDOWS
2813 if (display_busy_cursor_p)
2814 if (!inhibit_busy_cursor)
2815 Fx_show_busy_cursor ();
2816#endif
2817
2818 return got_some_input; 2807 return got_some_input;
2819} 2808}
2820 2809