summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2015-04-02 23:15:36 -0400
committerAlexei Podtelezhnikov <apodtele@gmail.com>2015-04-02 23:15:36 -0400
commit770b5d0647b6102a60db06840e40f860da5810b8 (patch)
tree6fcf3189d21283842e3418eb6055723bea94a90e /src
parent886f4d049391993197b409a9038138a8208dd5fe (diff)
downloadfreetype2-770b5d0647b6102a60db06840e40f860da5810b8.tar.gz
* src/autofit/aflatin.c (af_latin_hint_edges): Reduce logic.
Diffstat (limited to 'src')
-rw-r--r--src/autofit/aflatin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autofit/aflatin.c b/src/autofit/aflatin.c
index e228548f9..ad162ae1a 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;