* src/smooth/ftsmooth.h: Remove unused guards and declaration.
This commit is contained in:
parent
c5d9735d85
commit
eb5e0fb7ee
@ -1,3 +1,7 @@
|
||||
2017-04-21 Alexei Podtelezhnikov <apodtele@gmail.com>
|
||||
|
||||
* src/smooth/ftsmooth.h: Remove unused guards and declaration.
|
||||
|
||||
2017-04-16 Hin-Tak Leung <htl10@users.sourceforge.net>
|
||||
|
||||
Fix tracing messages.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user