# HG changeset patch # User Kim F. Storm # Date 1069967764 0 # Node ID 7d958601b1cf895f4456df5aeac0ac70036466c5 # Parent b246aabe1c499d2fd66e293f789316721b78b11d (get_specified_cursor_type, get_window_cursor_type): Remove prototypes. diff -r b246aabe1c49 -r 7d958601b1cf src/frame.h --- 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. */