[gxvalid] Remove commented out code.

* src/gxvalid/gxvcommn.c (gxv_EntryTable_validate): Do it.
This commit is contained in:
Werner Lemberg 2016-01-21 06:20:20 +01:00
parent fb672897f8
commit fc4523bd00
2 changed files with 6 additions and 9 deletions

View File

@ -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.

View File

@ -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;