Mercurial > emacs
changeset 88825:721d24ebba91
Remove prototypes for redraw_frame,
redraw_garbaged_frames.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 03 Jul 2002 22:09:46 +0000 |
parents | 32f4cadc5ac7 |
children | 15f975409edc |
files | src/dispextern.h |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Wed Jul 03 22:07:58 2002 +0000 +++ b/src/dispextern.h Wed Jul 03 22:09:46 2002 +0000 @@ -2402,8 +2402,6 @@ 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));