# HG changeset patch # User Pavel Jank # Date 1005951173 0 # Node ID 387f7c5a78149be53951be2ec7626c562167e051 # Parent 09b4e04f72248074f8615452b2ddec01088c8b8f (x_update_cursor): Remove duplicated prototype. diff -r 09b4e04f7224 -r 387f7c5a7814 src/xterm.h --- a/src/xterm.h Fri Nov 16 22:52:13 2001 +0000 +++ b/src/xterm.h Fri Nov 16 22:52:53 2001 +0000 @@ -999,7 +999,6 @@ 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;