summaryrefslogtreecommitdiff
path: root/gs/base/ttinterp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gs/base/ttinterp.c')
-rw-r--r--gs/base/ttinterp.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gs/base/ttinterp.c b/gs/base/ttinterp.c
index b76385796..5e06e06aa 100644
--- a/gs/base/ttinterp.c
+++ b/gs/base/ttinterp.c
@@ -2479,16 +2479,8 @@ static int nInstrCount=0;
int index;
if ( BOUNDS( args[0], CUR.cvtSize ) )
{
-#if 0
CUR.error = TT_Err_Invalid_Reference;
return;
-#else
- /* A workaround for the Ghostscript Bug 687604.
- Ported from FreeType 2 : !FT_LOAD_PEDANTIC by default. */
- index=args[0];
- args[0] = 0;
- DBG_PRINT1(" cvt[%d] stubbed with 0", index);
-#endif
}
index=args[0];
args[0] = CUR_Func_read_cvt( index );