]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_update_cursor): Remove duplicated prototype.
authorPavel Janík <Pavel@Janik.cz>
Fri, 16 Nov 2001 22:52:53 +0000 (22:52 +0000)
committerPavel Janík <Pavel@Janik.cz>
Fri, 16 Nov 2001 22:52:53 +0000 (22:52 +0000)
src/xterm.h

index f9d3d7a809f70ddd6e324633d073323586cb174c..791c6c8bf8e6db6246f61c8716f1be0812886032 100644 (file)
@@ -999,7 +999,6 @@ extern void x_wm_set_icon_position P_ ((struct frame *, int, int));
 extern void x_delete_display P_ ((struct x_display_info *));
 extern void x_initialize P_ ((void));
 extern void x_display_cursor P_ ((struct window *, int, int, int, int, int));
-extern void x_update_cursor P_ ((struct frame *, int));
 extern unsigned long x_copy_color P_ ((struct frame *, unsigned long));
 #ifdef USE_X_TOOLKIT
 extern XtAppContext Xt_app_con;