diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index 90f283640..090f3fc47 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh @@ -684,11 +684,6 @@ struct GenericOffsetTo : OffsetType if (unlikely (!offset)) return Null(Type); return StructAtOffset (base, offset); } - inline Type& operator () (void *base) - { - unsigned int offset = *this; - return StructAtOffset (base, offset); - } inline Type& serialize (hb_serialize_context_t *c, void *base) {