[OTLayout] Remove unused code

This commit is contained in:
Behdad Esfahbod 2013-02-15 11:47:09 -05:00
parent ebb77b9c5e
commit 27589620ba
1 changed files with 0 additions and 5 deletions

View File

@ -684,11 +684,6 @@ struct GenericOffsetTo : OffsetType
if (unlikely (!offset)) return Null(Type);
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)
{