diff --git a/ChangeLog b/ChangeLog index 845b809a6..6c8a7334a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-06 Werner Lemberg <wl@gnu.org> + + [autofit] Remove unused struct member. + + * src/autofit/aflatin.h (AF_LatinAxis): Remove `control_overshoot'. + 2011-05-04 Werner Lemberg <wl@gnu.org> * src/autofit/aflatin.c (af_latin_metrics_scale_dim): Simplify. diff --git a/src/autofit/aflatin.h b/src/autofit/aflatin.h index d7534280d..c5c2d13f8 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];