diff options
author | Alexei Podtelezhnikov <apodtele@gmail.com> | 2017-04-21 22:53:39 -0400 |
---|---|---|
committer | Alexei Podtelezhnikov <apodtele@gmail.com> | 2017-04-21 22:53:39 -0400 |
commit | eb5e0fb7ee50db2351ce17501a186e35ebc29fb8 (patch) | |
tree | 0482c69c99ac536adf482470234d0fe9f559d29e /src/smooth | |
parent | c5d9735d854c031bfee09d54b7d176a688ae1faf (diff) | |
download | freetype2-eb5e0fb7ee50db2351ce17501a186e35ebc29fb8.tar.gz |
* src/smooth/ftsmooth.h: Remove unused guards and declaration.
Diffstat (limited to 'src/smooth')
-rw-r--r-- | src/smooth/ftsmooth.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/smooth/ftsmooth.h b/src/smooth/ftsmooth.h index b46525b92..6dfd65726 100644 --- 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 |