* src/truetype/ttinterp.c (TInstruction_Function): Removed, unused.
This commit is contained in:
parent
d80fe69651
commit
474682ff87
|
@ -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>
|
2016-07-05 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
* Version 2.6.4 released.
|
* Version 2.6.4 released.
|
||||||
|
|
|
@ -74,14 +74,6 @@
|
||||||
exc->func_dualproj( exc, (v)->x, (v)->y )
|
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. */
|
/* Two simple bounds-checking macros. */
|
||||||
|
|
Loading…
Reference in New Issue