diff options
Diffstat (limited to 'src/fontset.h')
| -rw-r--r-- | src/fontset.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fontset.h b/src/fontset.h index fd16c7178f5..b8ef4789e71 100644 --- a/src/fontset.h +++ b/src/fontset.h | |||
| @@ -26,8 +26,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 26 | #ifndef EMACS_FONTSET_H | 26 | #ifndef EMACS_FONTSET_H |
| 27 | #define EMACS_FONTSET_H | 27 | #define EMACS_FONTSET_H |
| 28 | 28 | ||
| 29 | struct face; | ||
| 30 | |||
| 31 | extern void free_face_fontset (struct frame *, struct face *); | 29 | extern void free_face_fontset (struct frame *, struct face *); |
| 32 | extern int face_for_char (struct frame *, struct face *, int, | 30 | extern int face_for_char (struct frame *, struct face *, int, |
| 33 | int, Lisp_Object); | 31 | int, Lisp_Object); |
| @@ -42,7 +40,6 @@ extern Lisp_Object Qlatin; | |||
| 42 | extern Lisp_Object fontset_name (int); | 40 | extern Lisp_Object fontset_name (int); |
| 43 | extern Lisp_Object fontset_ascii (int); | 41 | extern Lisp_Object fontset_ascii (int); |
| 44 | 42 | ||
| 45 | struct font; | ||
| 46 | extern int face_for_font (struct frame *, Lisp_Object, struct face *); | 43 | extern int face_for_font (struct frame *, Lisp_Object, struct face *); |
| 47 | 44 | ||
| 48 | #endif /* EMACS_FONTSET_H */ | 45 | #endif /* EMACS_FONTSET_H */ |