mirror of https://github.com/freetype/freetype
[autofit] Remove unused struct member.
* src/autofit/aflatin.h (AF_LatinAxis): Remove `control_overshoot'.
This commit is contained in:
parent
a3a0f57a1d
commit
d2e82aa07e
|
@ -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.
|
||||
|
|
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in New Issue