]> git.eshelyaron.com Git - emacs.git/commitdiff
(get_specified_cursor_type, get_window_cursor_type):
authorKim F. Storm <storm@cua.dk>
Thu, 27 Nov 2003 21:16:04 +0000 (21:16 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 27 Nov 2003 21:16:04 +0000 (21:16 +0000)
Remove prototypes.

src/frame.h

index 5efede23199181c32cdc8da0fc6b178d2dd94cde..30d3f4348e997b13bc44d77d41b2b6c7898f62fd 100644 (file)
@@ -795,9 +795,6 @@ extern Lisp_Object Vdefault_frame_alist;
 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 *));
 \f
 /* The currently selected frame.  */