summaryrefslogtreecommitdiff
path: root/src/smooth
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2017-04-21 22:53:39 -0400
committerAlexei Podtelezhnikov <apodtele@gmail.com>2017-04-21 22:53:39 -0400
commiteb5e0fb7ee50db2351ce17501a186e35ebc29fb8 (patch)
tree0482c69c99ac536adf482470234d0fe9f559d29e /src/smooth
parentc5d9735d854c031bfee09d54b7d176a688ae1faf (diff)
downloadfreetype2-eb5e0fb7ee50db2351ce17501a186e35ebc29fb8.tar.gz
* src/smooth/ftsmooth.h: Remove unused guards and declaration.
Diffstat (limited to 'src/smooth')
-rw-r--r--src/smooth/ftsmooth.h7
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