diff --git a/src/hb-open-type.hh b/src/hb-open-type.hh index afd75be4d..0f6efdc69 100644 --- a/src/hb-open-type.hh +++ b/src/hb-open-type.hh @@ -452,9 +452,6 @@ struct ArrayOf return arrayZ[i]; } - template inline operator T * (void) { return arrayZ; } - template inline operator const T * (void) const { return arrayZ; } - inline unsigned int get_size (void) const { return len.static_size + len * Type::static_size; }