From d2e82aa07e519b8b36445a54fd5a7ac10d56cfcf Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 6 May 2011 19:04:30 +0200 Subject: [PATCH] [autofit] Remove unused struct member. * src/autofit/aflatin.h (AF_LatinAxis): Remove `control_overshoot'. --- ChangeLog | 6 ++++++ src/autofit/aflatin.h | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 845b809a..6c8a7334 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-06 Werner Lemberg + + [autofit] Remove unused struct member. + + * src/autofit/aflatin.h (AF_LatinAxis): Remove `control_overshoot'. + 2011-05-04 Werner Lemberg * src/autofit/aflatin.c (af_latin_metrics_scale_dim): Simplify. diff --git a/src/autofit/aflatin.h b/src/autofit/aflatin.h index d7534280..c5c2d13f 100644 --- a/src/autofit/aflatin.h +++ b/src/autofit/aflatin.h @@ -105,7 +105,6 @@ FT_BEGIN_HEADER FT_Bool extra_light; /* is standard width very light? */ /* ignored for horizontal metrics */ - FT_Bool control_overshoot; FT_UInt blue_count; AF_LatinBlueRec blues[AF_LATIN_BLUE_MAX];