summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2011-02-24 05:18:46 +0100
committerWerner Lemberg <wl@gnu.org>2011-02-24 05:18:46 +0100
commitf42cc539e04bb2e991cef8f427049c34f7efae10 (patch)
treee9d060ba2d13e91ea5ab9f8baf9a9c797f8f7f5d
parent6af024231b65f8a10b9d1f5f08b5774cf3edbe0a (diff)
* src/autofit/afhints.h (AF_GlyphHints): Remove unused field.
-rw-r--r--ChangeLog4
-rw-r--r--src/autofit/afhints.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d04bda34..ecdbd90c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-24 Werner Lemberg <wl@gnu.org>
+
+ * src/autofit/afhints.h (AF_GlyphHints): Remove unused field.
+
2011-02-20 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
[cache] Fix an off-by-one bug in FTC_Manager_RemoveFaceID().
diff --git a/src/autofit/afhints.h b/src/autofit/afhints.h
index 649d4a9d..f3cf8191 100644
--- a/src/autofit/afhints.h
+++ b/src/autofit/afhints.h
@@ -339,8 +339,6 @@ FT_BEGIN_HEADER
FT_Fixed y_scale;
FT_Pos y_delta;
- FT_Pos edge_distance_threshold;
-
FT_Int max_points; /* number of allocated points */
FT_Int num_points; /* number of used points */
AF_Point points; /* points array */