1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-19 10:22:27 +00:00

Delete USE_FONT_BACKEND conditional.

This commit is contained in:
Kenichi Handa 2008-05-14 01:27:45 +00:00
parent f6204a24fa
commit 38548f605f

View File

@ -1061,11 +1061,7 @@ extern void x_set_scroll_bar_default_width P_ ((struct frame *));
extern void x_set_offset P_ ((struct frame *, int, int, int));
extern void x_wm_set_icon_position P_ ((struct frame *, int, int));
extern Lisp_Object x_new_font P_ ((struct frame *, char *));
extern Lisp_Object x_new_fontset P_ ((struct frame *, Lisp_Object));
#ifdef USE_FONT_BACKEND
extern Lisp_Object x_new_fontset2 P_ ((struct frame *, int, Lisp_Object));
#endif /* USE_FONT_BACKEND */
extern Lisp_Object x_new_font P_ ((struct frame *, Lisp_Object, int));
/* These are in frame.c */