[OTLayout] Remove unused code
This commit is contained in:
parent
ebb77b9c5e
commit
27589620ba
|
@ -684,11 +684,6 @@ struct GenericOffsetTo : OffsetType
|
||||||
if (unlikely (!offset)) return Null(Type);
|
if (unlikely (!offset)) return Null(Type);
|
||||||
return StructAtOffset<Type> (base, offset);
|
return StructAtOffset<Type> (base, offset);
|
||||||
}
|
}
|
||||||
inline Type& operator () (void *base)
|
|
||||||
{
|
|
||||||
unsigned int offset = *this;
|
|
||||||
return StructAtOffset<Type> (base, offset);
|
|
||||||
}
|
|
||||||
|
|
||||||
inline Type& serialize (hb_serialize_context_t *c, void *base)
|
inline Type& serialize (hb_serialize_context_t *c, void *base)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue