Mercurial > emacs
diff src/process.c @ 27861:ef7c1ba652b2
(wait_reading_process_input): Remove busy-cursor code.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Fri, 25 Feb 2000 13:30:07 +0000 |
| parents | 2c53eb482802 |
| children | 9c8bcd7e4a4f |
line wrap: on
line diff
--- a/src/process.c Fri Feb 25 13:29:33 2000 +0000 +++ b/src/process.c Fri Feb 25 13:30:07 2000 +0000 @@ -2381,11 +2381,6 @@ { int timeout_reduced_for_timers = 0; -#ifdef HAVE_X_WINDOWS - if (display_busy_cursor_p) - Fx_hide_busy_cursor (Qnil); -#endif - /* If calling from keyboard input, do not quit since we want to return C-g as an input character. Otherwise, do pending quit if requested. */ @@ -2809,12 +2804,6 @@ start_polling (); #endif -#ifdef HAVE_X_WINDOWS - if (display_busy_cursor_p) - if (!inhibit_busy_cursor) - Fx_show_busy_cursor (); -#endif - return got_some_input; }
