diff options
Diffstat (limited to 'src/fontset.h')
| -rw-r--r-- | src/fontset.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fontset.h b/src/fontset.h index fe2e4fe0ca4..8831f4ce0b7 100644 --- a/src/fontset.h +++ b/src/fontset.h | |||
| @@ -32,7 +32,6 @@ extern void (*check_window_system_func) (void); | |||
| 32 | struct face; | 32 | struct face; |
| 33 | 33 | ||
| 34 | extern void free_face_fontset (FRAME_PTR, struct face *); | 34 | extern void free_face_fontset (FRAME_PTR, struct face *); |
| 35 | extern int face_suitable_for_char_p (struct face *, int); | ||
| 36 | extern int face_for_char (FRAME_PTR, struct face *, int, | 35 | extern int face_for_char (FRAME_PTR, struct face *, int, |
| 37 | int, Lisp_Object); | 36 | int, Lisp_Object); |
| 38 | extern Lisp_Object font_for_char (struct face *, int, int, Lisp_Object); | 37 | extern Lisp_Object font_for_char (struct face *, int, int, Lisp_Object); |
| @@ -51,4 +50,3 @@ struct font; | |||
| 51 | extern int face_for_font (struct frame *, Lisp_Object, struct face *); | 50 | extern int face_for_font (struct frame *, Lisp_Object, struct face *); |
| 52 | 51 | ||
| 53 | #endif /* EMACS_FONTSET_H */ | 52 | #endif /* EMACS_FONTSET_H */ |
| 54 | |||