commit | 27589620ba2dcf356fd7fa21cd80221a07803202 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Fri Feb 15 11:47:09 2013 -0500 |
committer | Behdad Esfahbod <behdad@behdad.org> | Fri Feb 15 11:47:09 2013 -0500 |
tree | 80a89edc6db52d36027cf318fc3e1d6c43824b16 | |
parent | ebb77b9c5e357ff7c9badb0f4bf1c3a965c3e91d [diff] |
[OTLayout] Remove unused code
diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index 90f2836..090f3fc 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh
@@ -684,11 +684,6 @@ 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) {