diff options
| author | Gerd Moellmann | 2000-12-21 15:39:04 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-21 15:39:04 +0000 |
| commit | fa4b4cfd927cee35ff481c5db54544348db6aba6 (patch) | |
| tree | 82bbdff93cc91eb69936ac1e9a1084ae96c891dd /src/dispextern.h | |
| parent | a2d8ce7900ebc36238e02d6d955c355865f4fa82 (diff) | |
| download | emacs-fa4b4cfd927cee35ff481c5db54544348db6aba6.tar.gz emacs-fa4b4cfd927cee35ff481c5db54544348db6aba6.zip | |
(ensure_frame_matrix): Function declaration removed.
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 6da6416e644..257998ccfc1 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2256,7 +2256,6 @@ int popup_activated P_ ((void)); | |||
| 2256 | 2256 | ||
| 2257 | /* Defined in dispnew.c */ | 2257 | /* Defined in dispnew.c */ |
| 2258 | 2258 | ||
| 2259 | extern void ensure_frame_matrix P_ ((struct frame *)); | ||
| 2260 | int estimate_mode_line_height P_ ((struct frame *, enum face_id)); | 2259 | int estimate_mode_line_height P_ ((struct frame *, enum face_id)); |
| 2261 | Lisp_Object mode_line_string P_ ((struct window *, int, int, int, int *)); | 2260 | Lisp_Object mode_line_string P_ ((struct window *, int, int, int, int *)); |
| 2262 | extern void redraw_frame P_ ((struct frame *)); | 2261 | extern void redraw_frame P_ ((struct frame *)); |