aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-21 15:39:04 +0000
committerGerd Moellmann2000-12-21 15:39:04 +0000
commitfa4b4cfd927cee35ff481c5db54544348db6aba6 (patch)
tree82bbdff93cc91eb69936ac1e9a1084ae96c891dd /src/dispextern.h
parenta2d8ce7900ebc36238e02d6d955c355865f4fa82 (diff)
downloademacs-fa4b4cfd927cee35ff481c5db54544348db6aba6.tar.gz
emacs-fa4b4cfd927cee35ff481c5db54544348db6aba6.zip
(ensure_frame_matrix): Function declaration removed.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h1
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
2259extern void ensure_frame_matrix P_ ((struct frame *));
2260int estimate_mode_line_height P_ ((struct frame *, enum face_id)); 2259int estimate_mode_line_height P_ ((struct frame *, enum face_id));
2261Lisp_Object mode_line_string P_ ((struct window *, int, int, int, int *)); 2260Lisp_Object mode_line_string P_ ((struct window *, int, int, int, int *));
2262extern void redraw_frame P_ ((struct frame *)); 2261extern void redraw_frame P_ ((struct frame *));