summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--src/truetype/ttinterp.c8
2 files changed, 4 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index cefbf8506..7761f37bb 100644
--- 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.
diff --git a/src/truetype/ttinterp.c b/src/truetype/ttinterp.c
index 2e3f9ef9d..8fe83c5ea 100644
--- 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) )