shithub: freetype+ttf2subf

Download patch

ref: eb5e0fb7ee50db2351ce17501a186e35ebc29fb8
parent: c5d9735d854c031bfee09d54b7d176a688ae1faf
author: Alexei Podtelezhnikov <[email protected]>
date: Fri Apr 21 18:53:39 EDT 2017

* src/smooth/ftsmooth.h: Remove unused guards and declaration.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-04-21  Alexei Podtelezhnikov  <[email protected]>
+
+	* src/smooth/ftsmooth.h: Remove unused guards and declaration.
+
 2017-04-16  Hin-Tak Leung  <[email protected]>
 
 	Fix tracing messages.
--- a/src/smooth/ftsmooth.h
+++ b/src/smooth/ftsmooth.h
@@ -27,18 +27,11 @@
 FT_BEGIN_HEADER
 
 
-#ifndef FT_CONFIG_OPTION_NO_STD_RASTER
-  FT_DECLARE_RENDERER( ft_std_renderer_class )
-#endif
-
-#ifndef FT_CONFIG_OPTION_NO_SMOOTH_RASTER
   FT_DECLARE_RENDERER( ft_smooth_renderer_class )
 
   FT_DECLARE_RENDERER( ft_smooth_lcd_renderer_class )
 
   FT_DECLARE_RENDERER( ft_smooth_lcdv_renderer_class )
-#endif
-
 
 
 FT_END_HEADER