mirror of https://github.com/freetype/freetype
* src/gxvalid/gxvcommn.h (GXV_USHORT_TO_SHORT): Removed.
This commit is contained in:
parent
49781ab72b
commit
e0e5b838e5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue