diff options
| author | Dmitry Antipov | 2013-09-23 17:46:20 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-09-23 17:46:20 +0400 |
| commit | 3a6a78fd2537f7394c6f80c1fac63643ce364aa5 (patch) | |
| tree | 326d4ca674071151969baec757b2271177e4957d /src/dispextern.h | |
| parent | e08813d023325dc02574ab9437441551f67d1487 (diff) | |
| download | emacs-3a6a78fd2537f7394c6f80c1fac63643ce364aa5.tar.gz emacs-3a6a78fd2537f7394c6f80c1fac63643ce364aa5.zip | |
* dispextern.h (cancel_line, init_desired_glyphs):
Remove ancient leftover.
Diffstat (limited to 'src/dispextern.h')
| -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 30db19b2d03..84111bd9958 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -3437,8 +3437,6 @@ extern Lisp_Object marginal_area_string (struct window *, enum window_part, | |||
| 3437 | Lisp_Object *, | 3437 | Lisp_Object *, |
| 3438 | int *, int *, int *, int *); | 3438 | int *, int *, int *, int *); |
| 3439 | extern void redraw_frame (struct frame *); | 3439 | extern void redraw_frame (struct frame *); |
| 3440 | extern void cancel_line (int, struct frame *); | ||
| 3441 | extern void init_desired_glyphs (struct frame *); | ||
| 3442 | extern bool update_frame (struct frame *, bool, bool); | 3440 | extern bool update_frame (struct frame *, bool, bool); |
| 3443 | extern void bitch_at_user (void); | 3441 | extern void bitch_at_user (void); |
| 3444 | extern void adjust_frame_glyphs (struct frame *); | 3442 | extern void adjust_frame_glyphs (struct frame *); |