From 18812c89a4d4370610053e19aaa8e1a6324bd9ad Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 3 Jul 2002 22:09:46 +0000 Subject: [PATCH] Remove prototypes for redraw_frame, redraw_garbaged_frames. --- src/dispextern.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dispextern.h b/src/dispextern.h index 17166fcfb43..2629dfb96dc 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2402,8 +2402,6 @@ int line_hash_code P_ ((struct glyph_row *)); void set_window_update_flags P_ ((struct window *, int)); void write_glyphs P_ ((struct glyph *, int)); void insert_glyphs P_ ((struct glyph *, int)); -void redraw_frame P_ ((struct frame *)); -void redraw_garbaged_frames P_ ((void)); int scroll_cost P_ ((struct frame *, int, int, int)); int direct_output_for_insert P_ ((int)); int direct_output_forward_char P_ ((int)); -- 2.39.5