diff --git a/src/hb-machinery.hh b/src/hb-machinery.hh index 2ccc094bc..94eabeb09 100644 --- a/src/hb-machinery.hh +++ b/src/hb-machinery.hh @@ -654,11 +654,6 @@ struct Supplier : hb_array_t this->arrayZ = v.arrayZ; this->len = v.len; } - Supplier (const hb_vector_t &v) - { - this->arrayZ = (const Type *) v; - this->len = v.len; - } Supplier & operator += (unsigned int count) {