[cff-common] Remove unused method

This commit is contained in:
Behdad Esfahbod 2022-05-09 16:14:13 -06:00
parent 8aa54aaca2
commit e1838ec1f8
1 changed files with 1 additions and 10 deletions

View File

@ -53,16 +53,7 @@ struct code_pair_t
};
typedef hb_vector_t<unsigned char> str_buff_t;
struct str_buff_vec_t : hb_vector_t<str_buff_t>
{
unsigned int total_size () const
{
return + this->iter ()
| hb_map (&str_buff_t::length)
| hb_reduce (hb_add, 0)
;
}
};
struct str_buff_vec_t : hb_vector_t<str_buff_t> {};
/* CFF INDEX */
template <typename COUNT>