* src/truetype/ttinterp.c (TInstruction_Function): Removed, unused.

This commit is contained in:
Werner Lemberg 2016-07-06 08:54:35 +02:00
parent d80fe69651
commit 474682ff87
2 changed files with 4 additions and 8 deletions

View File

@ -1,3 +1,7 @@
2016-07-06 Werner Lemberg <wl@gnu.org>
* src/truetype/ttinterp.c (TInstruction_Function): Removed, unused.
2016-07-05 Werner Lemberg <wl@gnu.org>
* Version 2.6.4 released.

View File

@ -74,14 +74,6 @@
exc->func_dualproj( exc, (v)->x, (v)->y )
/*************************************************************************/
/* */
/* Instruction dispatch function, as used by the interpreter. */
/* */
typedef void (*TInstruction_Function)( TT_ExecContext exc,
FT_Long* args );
/*************************************************************************/
/* */
/* Two simple bounds-checking macros. */