* src/gxvalid/gxvcommn.h (GXV_USHORT_TO_SHORT): Removed.

This commit is contained in:
Alexei Podtelezhnikov 2023-09-25 22:26:15 -04:00
parent 49781ab72b
commit e0e5b838e5
1 changed files with 0 additions and 3 deletions

View File

@ -516,9 +516,6 @@ FT_BEGIN_HEADER
FT_INVALID_TOO_SHORT; \
FT_END_STMNT
#define GXV_USHORT_TO_SHORT( _us ) \
( ( 0x8000U < ( _us ) ) ? ( ( _us ) - 0x8000U ) : ( _us ) )
#define GXV_STATETABLE_HEADER_SIZE ( 2 + 2 + 2 + 2 )
#define GXV_STATEHEADER_SIZE GXV_STATETABLE_HEADER_SIZE