freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master eb5e0fb: * src/smooth/ftsmooth.h: Remove unused guard


From: Alexei Podtelezhnikov
Subject: [freetype2] master eb5e0fb: * src/smooth/ftsmooth.h: Remove unused guards and declaration.
Date: Fri, 21 Apr 2017 22:54:49 -0400 (EDT)

branch: master
commit eb5e0fb7ee50db2351ce17501a186e35ebc29fb8
Author: Alexei Podtelezhnikov <address@hidden>
Commit: Alexei Podtelezhnikov <address@hidden>

    * src/smooth/ftsmooth.h: Remove unused guards and declaration.
---
 ChangeLog             | 4 ++++
 src/smooth/ftsmooth.h | 7 -------
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index af21e03..77b3a43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-04-21  Alexei Podtelezhnikov  <address@hidden>
+
+       * src/smooth/ftsmooth.h: Remove unused guards and declaration.
+
 2017-04-16  Hin-Tak Leung  <address@hidden>
 
        Fix tracing messages.
diff --git a/src/smooth/ftsmooth.h b/src/smooth/ftsmooth.h
index b46525b..6dfd657 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]