]> git.eshelyaron.com Git - emacs.git/commitdiff
* xterm.c: Remove declarations already in xterm.h
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 23 May 2006 07:13:05 +0000 (07:13 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 23 May 2006 07:13:05 +0000 (07:13 +0000)
src/xterm.c

index e034e5aa469db9ab2d8e31bcd16b950b165279e7..f14f281a6349a1adae095ab7572fd6e04e9915b4 100644 (file)
@@ -321,20 +321,8 @@ static int x_alloc_nearest_color_1 P_ ((Display *, Colormap, XColor *));
 static void x_set_window_size_1 P_ ((struct frame *, int, int, int));
 static const XColor *x_color_cells P_ ((Display *, int *));
 static void x_update_window_end P_ ((struct window *, int, int));
-void x_delete_display P_ ((struct x_display_info *));
 
 static int x_io_error_quitter P_ ((Display *));
-void x_catch_errors P_ ((Display *));
-void x_uncatch_errors P_ ((void));
-void x_lower_frame P_ ((struct frame *));
-void x_scroll_bar_clear P_ ((struct frame *));
-int x_had_errors_p P_ ((Display *));
-void x_wm_set_size_hint P_ ((struct frame *, long, int));
-void x_raise_frame P_ ((struct frame *));
-void x_set_window_size P_ ((struct frame *, int, int, int));
-void x_wm_set_window_state P_ ((struct frame *, int));
-void x_wm_set_icon_pixmap P_ ((struct frame *, int));
-void x_initialize P_ ((void));
 static void x_font_min_bounds P_ ((XFontStruct *, int *, int *));
 static int x_compute_min_glyph_bounds P_ ((struct frame *));
 static void x_update_end P_ ((struct frame *));