diff src/ftfont.c @ 98656:f2f525a089e1

* ftfont.c (ftfont_shape_by_flt): Make static. * ftfont.h (ftfont_shape_by_flt): Don't declare.
author Andreas Schwab <schwab@suse.de>
date Sun, 12 Oct 2008 12:50:00 +0000
parents 851824a732ae
children 22ff4ff011f4
line wrap: on
line diff
--- a/src/ftfont.c	Sun Oct 12 12:49:14 2008 +0000
+++ b/src/ftfont.c	Sun Oct 12 12:50:00 2008 +0000
@@ -1803,7 +1803,7 @@
 
 extern Lisp_Object QCfamily;
 
-Lisp_Object
+static Lisp_Object
 ftfont_shape_by_flt (lgstring, font, ft_face, otf)
      Lisp_Object lgstring;
      struct font *font;