diff --git a/src/hb-ot-cff-common.hh b/src/hb-ot-cff-common.hh index 90b2bb049..8a13d15eb 100644 --- a/src/hb-ot-cff-common.hh +++ b/src/hb-ot-cff-common.hh @@ -260,8 +260,6 @@ struct CFFIndex { return (const unsigned char *) this + min_size + offSize.static_size + offset_array_size (); } public: - unsigned int data_size () const { return HBINT8::static_size; } - byte_str_t operator [] (unsigned int index) const { if (unlikely (index >= count)) return Null (byte_str_t);