summaryrefslogtreecommitdiff
path: root/include/freetype/internal/psaux.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/internal/psaux.h')
-rw-r--r--include/freetype/internal/psaux.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/freetype/internal/psaux.h b/include/freetype/internal/psaux.h
index 45013e482..bde0bfac2 100644
--- a/include/freetype/internal/psaux.h
+++ b/include/freetype/internal/psaux.h
@@ -513,7 +513,7 @@ FT_BEGIN_HEADER
struct PS_Builder_
{
FT_Memory memory;
- TT_Face face;
+ FT_Face face;
CFF_GlyphSlot glyph;
FT_GlyphLoader loader;
FT_Outline* base;
@@ -532,9 +532,6 @@ FT_BEGIN_HEADER
FT_Bool metrics_only;
- void* hints_funcs; /* hinter-specific */
- void* hints_globals; /* hinter-specific */
-
FT_Bool is_t1;
PS_Builder_FuncsRec funcs;