shithub: freetype+ttf2subf

Download patch

ref: d2e82aa07e519b8b36445a54fd5a7ac10d56cfcf
parent: a3a0f57a1d3091b0d4e7576a2ff6af2334896d2e
author: Werner Lemberg <[email protected]>
date: Fri May 6 15:04:30 EDT 2011

[autofit] Remove unused struct member.

* src/autofit/aflatin.h (AF_LatinAxis): Remove `control_overshoot'.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-06  Werner Lemberg  <[email protected]>
+
+	[autofit] Remove unused struct member.
+
+	* src/autofit/aflatin.h (AF_LatinAxis): Remove `control_overshoot'.
+
 2011-05-04  Werner Lemberg  <[email protected]>
 
 	* src/autofit/aflatin.c (af_latin_metrics_scale_dim): Simplify.
--- a/src/autofit/aflatin.h
+++ b/src/autofit/aflatin.h
@@ -105,7 +105,6 @@
     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];