Commit 770b5d0647b6102a60db06840e40f860da5810b8

Alexei Podtelezhnikov 2015-04-02T23:15:36

* src/autofit/aflatin.c (af_latin_hint_edges): Reduce logic.

diff --git a/ChangeLog b/ChangeLog
index 3200560..ea80980 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-2015-03-21  Alexei Podtelezhnikov <apodtele@gmail.com>
+2015-04-02  Alexei Podtelezhnikov <apodtele@gmail.com>
+
+	* src/autofit/aflatin.c (af_latin_hint_edges): Reduce logic.
+
+2015-04-01  Alexei Podtelezhnikov <apodtele@gmail.com>
 
 	[autofit] Finish the thought.
 
diff --git a/src/autofit/aflatin.c b/src/autofit/aflatin.c
index e228548..ad162ae 100644
--- a/src/autofit/aflatin.c
+++ b/src/autofit/aflatin.c
@@ -2334,7 +2334,7 @@
           FT_Byte  neutral2 = edge2->flags & AF_EDGE_NEUTRAL;
 
 
-          if ( ( neutral && neutral2 ) || neutral2 )
+          if ( neutral2 )
           {
             edge2->blue_edge = NULL;
             edge2->flags    &= ~AF_EDGE_NEUTRAL;