# HG changeset patch # User Kenichi Handa # Date 1210728465 0 # Node ID aa7f14981acf93841e52a0005e23833d32fe6902 # Parent b9ffe341b5c8abd125fc6be2ab81e7f8b13b4f67 Delete USE_FONT_BACKEND conditional. diff -r b9ffe341b5c8 -r aa7f14981acf src/frame.h --- a/src/frame.h Wed May 14 01:27:09 2008 +0000 +++ b/src/frame.h Wed May 14 01:27:45 2008 +0000 @@ -1061,11 +1061,7 @@ 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 */