From: Dave Love Date: Wed, 3 Jul 2002 22:09:46 +0000 (+0000) Subject: Remove prototypes for redraw_frame, X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~594 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=18812c89a4d4370610053e19aaa8e1a6324bd9ad;p=emacs.git Remove prototypes for redraw_frame, redraw_garbaged_frames. --- 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));