]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_hide_busy_cursor): Remove prototype.
authorGerd Moellmann <gerd@gnu.org>
Fri, 25 Feb 2000 13:28:41 +0000 (13:28 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 25 Feb 2000 13:28:41 +0000 (13:28 +0000)
src/lisp.h

index 6188ef11e56496b5ad756ffa0b7cb846035f195d..4531302345c609ad52d56f09030eba5edd573376 100644 (file)
@@ -2804,7 +2804,6 @@ extern int getloadavg P_ ((double *, int));
 /* Defined in xfns.c */
 extern void x_set_tool_bar_lines P_ ((struct frame *, Lisp_Object, Lisp_Object));
 extern void syms_of_xfns P_ ((void));
-EXFUN (Fx_hide_busy_cursor, 1);
 extern void init_xfns P_ ((void));
 #endif