summaryrefslogtreecommitdiff
path: root/src/truetype/ttinterp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/truetype/ttinterp.h')
-rw-r--r--src/truetype/ttinterp.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/truetype/ttinterp.h b/src/truetype/ttinterp.h
index 43f662c04..257a7c19e 100644
--- a/src/truetype/ttinterp.h
+++ b/src/truetype/ttinterp.h
@@ -263,17 +263,12 @@ FT_BEGIN_HEADER
/* Only the glyph loader and debugger should call this function. */
/* */
FT_EXPORT( TT_ExecContext )
- TT_New_Context( TT_Face face );
-
+ TT_New_Context( TT_Driver driver );
FT_LOCAL( FT_Error )
TT_Done_Context( TT_ExecContext exec );
FT_LOCAL( FT_Error )
- TT_Destroy_Context( TT_ExecContext exec,
- FT_Memory memory );
-
- FT_LOCAL( FT_Error )
TT_Load_Context( TT_ExecContext exec,
TT_Face face,
TT_Size size );