]> git.eshelyaron.com Git - emacs.git/commitdiff
(get_specified_cursor_type, get_window_cursor_type):
authorDave Love <fx@gnu.org>
Thu, 14 Nov 2002 14:15:55 +0000 (14:15 +0000)
committerDave Love <fx@gnu.org>
Thu, 14 Nov 2002 14:15:55 +0000 (14:15 +0000)
Don't declare.

src/lisp.h

index c6e5ae433160638a5c3e374353898df248f511ff..459b1156d0969c1e30674d54c09006e00c52fedb 100644 (file)
@@ -2395,8 +2395,7 @@ extern int check_point_in_composition
 extern void redisplay_preserve_echo_area P_ ((int));
 extern void mark_window_display_accurate P_ ((Lisp_Object, int));
 extern void prepare_menu_bars P_ ((void));
-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 *));
+
 void set_frame_cursor_types P_ ((struct frame *, Lisp_Object));
 extern void syms_of_xdisp P_ ((void));
 extern void init_xdisp P_ ((void));