diff options
| author | Gerd Moellmann | 2000-02-25 13:30:07 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-02-25 13:30:07 +0000 |
| commit | e12da451f5c1d449d4c33dcc9353a20ee228fe7f (patch) | |
| tree | a6c63ef8cb4d1f53eff42e3639ce67eedfad5275 /src/process.c | |
| parent | d67235d84702e54f2afcb5c1b5ea79a5489b60b6 (diff) | |
| download | emacs-e12da451f5c1d449d4c33dcc9353a20ee228fe7f.tar.gz emacs-e12da451f5c1d449d4c33dcc9353a20ee228fe7f.zip | |
(wait_reading_process_input): Remove busy-cursor code.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 11 |
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 | ||