changeset 53177:7d958601b1cf

(get_specified_cursor_type, get_window_cursor_type): Remove prototypes.
author Kim F. Storm <storm@cua.dk>
date Thu, 27 Nov 2003 21:16:04 +0000
parents b246aabe1c49
children ee96f9f80b61
files src/frame.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.h	Thu Nov 27 21:15:53 2003 +0000
+++ b/src/frame.h	Thu Nov 27 21:16:04 2003 +0000
@@ -795,9 +795,6 @@
 extern Lisp_Object Vterminal_frame;
 
 extern Lisp_Object Vmouse_highlight;
-
-enum text_cursor_kinds get_specified_cursor_type P_ ((Lisp_Object, int *));
-enum text_cursor_kinds get_window_cursor_type P_ ((struct window *, int *, int *));
 
 /* The currently selected frame.  */