From 11482a3a3927eff8e408f825082f61a202c9be9b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 9 May 2022 15:25:21 -0600 Subject: [PATCH] [cff-common] Remove unused method from INDEX --- src/hb-ot-cff-common.hh | 2 -- 1 file changed, 2 deletions(-) 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);