ref: 474682ff8777923dde4d0a64aed49c3b4c1bdef9
parent: d80fe6965154225a742e771fcf54fdd129c88fc8
author: Werner Lemberg <wl@gnu.org>
date: Wed Jul 6 04:54:35 EDT 2016
* src/truetype/ttinterp.c (TInstruction_Function): Removed, unused.
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
--- a/src/truetype/ttinterp.c
+++ b/src/truetype/ttinterp.c
@@ -76,14 +76,6 @@
/*************************************************************************/
/* */
- /* Instruction dispatch function, as used by the interpreter. */
- /* */
- typedef void (*TInstruction_Function)( TT_ExecContext exc,
- FT_Long* args );
-
-
- /*************************************************************************/
- /* */
/* Two simple bounds-checking macros. */
/* */
#define BOUNDS( x, n ) ( (FT_UInt)(x) >= (FT_UInt)(n) )
--
⑨