diff options
| author | Dave Love | 2002-07-03 22:09:46 +0000 |
|---|---|---|
| committer | Dave Love | 2002-07-03 22:09:46 +0000 |
| commit | 18812c89a4d4370610053e19aaa8e1a6324bd9ad (patch) | |
| tree | f40ebed12c1595fadd8f003a081e5359c665afb0 /src | |
| parent | ece8d980dce0248556191ee8f8e00d674b0e641a (diff) | |
| download | emacs-18812c89a4d4370610053e19aaa8e1a6324bd9ad.tar.gz emacs-18812c89a4d4370610053e19aaa8e1a6324bd9ad.zip | |
Remove prototypes for redraw_frame,
redraw_garbaged_frames.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 0 insertions, 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 *)); | |||
| 2402 | void set_window_update_flags P_ ((struct window *, int)); | 2402 | void set_window_update_flags P_ ((struct window *, int)); |
| 2403 | void write_glyphs P_ ((struct glyph *, int)); | 2403 | void write_glyphs P_ ((struct glyph *, int)); |
| 2404 | void insert_glyphs P_ ((struct glyph *, int)); | 2404 | void insert_glyphs P_ ((struct glyph *, int)); |
| 2405 | void redraw_frame P_ ((struct frame *)); | ||
| 2406 | void redraw_garbaged_frames P_ ((void)); | ||
| 2407 | int scroll_cost P_ ((struct frame *, int, int, int)); | 2405 | int scroll_cost P_ ((struct frame *, int, int, int)); |
| 2408 | int direct_output_for_insert P_ ((int)); | 2406 | int direct_output_for_insert P_ ((int)); |
| 2409 | int direct_output_forward_char P_ ((int)); | 2407 | int direct_output_forward_char P_ ((int)); |