[cff-common] Remove unused method
This commit is contained in:
parent
8aa54aaca2
commit
e1838ec1f8
|
@ -53,16 +53,7 @@ struct code_pair_t
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef hb_vector_t<unsigned char> str_buff_t;
|
typedef hb_vector_t<unsigned char> str_buff_t;
|
||||||
struct str_buff_vec_t : hb_vector_t<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)
|
|
||||||
;
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
/* CFF INDEX */
|
/* CFF INDEX */
|
||||||
template <typename COUNT>
|
template <typename COUNT>
|
||||||
|
|
Loading…
Reference in New Issue