[OTLayout] Remove unused code
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 15 Feb 2013 16:47:09 +0000 (11:47 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 15 Feb 2013 16:47:09 +0000 (11:47 -0500)
src/hb-open-type-private.hh

index 90f2836..090f3fc 100644 (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)
   {