[gxvalid] Remove commented out code.
* src/gxvalid/gxvcommn.c (gxv_EntryTable_validate): Do it.
This commit is contained in:
parent
fb672897f8
commit
fc4523bd00
@ -1,3 +1,9 @@
|
||||
2016-01-21 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
[gxvalid] Remove commented out code.
|
||||
|
||||
* src/gxvalid/gxvcommn.c (gxv_EntryTable_validate): Do it.
|
||||
|
||||
2016-01-20 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
[autofix] Complete last autofit commit.
|
||||
|
@ -1159,12 +1159,6 @@
|
||||
case GXV_GLYPHOFFSET_LONG:
|
||||
glyphOffset.l = FT_NEXT_LONG( p );
|
||||
break;
|
||||
|
||||
#if 0
|
||||
default:
|
||||
GXV_SET_ERR_IF_PARANOID( FT_INVALID_FORMAT );
|
||||
goto Exit;
|
||||
#endif
|
||||
}
|
||||
|
||||
if ( NULL != gxvalid->statetable.entry_validate_func )
|
||||
@ -1176,9 +1170,6 @@
|
||||
gxvalid );
|
||||
}
|
||||
|
||||
#if 0
|
||||
Exit:
|
||||
#endif
|
||||
*length_p = (FT_UShort)( p - table );
|
||||
|
||||
GXV_EXIT;
|
||||
|
Loading…
Reference in New Issue
Block a user