changeset 94930:aa7f14981acf

Delete USE_FONT_BACKEND conditional.
author Kenichi Handa <handa@m17n.org>
date Wed, 14 May 2008 01:27:45 +0000
parents b9ffe341b5c8
children 37f386db63ed
files src/frame.h
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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  */