changeset 27858:40562a8d6d83

(Fx_hide_busy_cursor): Remove prototype.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 25 Feb 2000 13:28:41 +0000
parents df344d4f5f10
children d27071a76f5e
files src/lisp.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lisp.h	Fri Feb 25 13:28:07 2000 +0000
+++ b/src/lisp.h	Fri Feb 25 13:28:41 2000 +0000
@@ -2804,7 +2804,6 @@
 /* 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