From f42cc539e04bb2e991cef8f427049c34f7efae10 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 24 Feb 2011 05:18:46 +0100 Subject: * src/autofit/afhints.h (AF_GlyphHints): Remove unused field. --- src/autofit/afhints.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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 */ -- cgit v1.2.3