From: Kim F. Storm Date: Thu, 27 Nov 2003 21:16:04 +0000 (+0000) Subject: (get_specified_cursor_type, get_window_cursor_type): X-Git-Tag: ttn-vms-21-2-B4~8261 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8cef763f8c27674962228668c8122406a9269498;p=emacs.git (get_specified_cursor_type, get_window_cursor_type): Remove prototypes. --- diff --git a/src/frame.h b/src/frame.h index 5efede23199..30d3f4348e9 100644 --- a/src/frame.h +++ b/src/frame.h @@ -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 *)); /* The currently selected frame. */