aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-11-16 22:52:53 +0000
committerPavel Janík <[email protected]>2001-11-16 22:52:53 +0000
commit86e9de5f07675f80b2deac3bad93c36920611fcb (patch)
tree89a72236e92a4b9290bba6315bf7a2273f2a4a51 /src/xterm.h
parentb81b3da346c7caf8438c41401cd80be9002ea9b2 (diff)
(x_update_cursor): Remove duplicated prototype.
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h
index f9d3d7a809..791c6c8bf8 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -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;