]> git.eshelyaron.com Git - emacs.git/commitdiff
(wait_reading_process_input): Remove busy-cursor code.
authorGerd Moellmann <gerd@gnu.org>
Fri, 25 Feb 2000 13:30:07 +0000 (13:30 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 25 Feb 2000 13:30:07 +0000 (13:30 +0000)
src/process.c

index aa83422f8c12989a45768374b15b1f9c2131ed83..1b2693bded42fc219daabc35e0cbcdedad5aeab7 100644 (file)
@@ -2381,11 +2381,6 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
     {
       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 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
   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;
 }
 \f