]> code.delx.au - gnu-emacs/blobdiff - src/ftfont.h
* comint.el (comint-replace-by-expanded-history-before-point):
[gnu-emacs] / src / ftfont.h
index 6a1ca92f4d84239ac8638c84c7553a29c14238ae..58cceff63faf1a6e84f0c184da1d1d93243e39d9 100644 (file)
@@ -1,5 +1,5 @@
 /* ftfont.h -- Interface definition for Freetype font backend.
-   Copyright (C) 2007, 2008
+   Copyright (C) 2007, 2008, 2009
      National Institute of Advanced Industrial Science and Technology (AIST)
      Registration Number H13PRO009
 
@@ -33,10 +33,8 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <otf.h>
 #ifdef HAVE_M17N_FLT
 #include <m17n-flt.h>
-extern Lisp_Object ftfont_shape_by_flt P_ ((Lisp_Object, struct font *,
-                                           FT_Face, OTF *));
-#endif /* HAVE_LIBOTF */
 #endif /* HAVE_M17N_FLT */
+#endif /* HAVE_LIBOTF */
 
 #endif /* EMACS_FTFONT_H */