[autofit] Remove unused struct member.

* src/autofit/aflatin.h (AF_LatinAxis): Remove `control_overshoot'.
This commit is contained in:
Werner Lemberg 2011-05-06 19:04:30 +02:00
parent a3a0f57a1d
commit d2e82aa07e
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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];