mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[str_buff_vec_t] Remove unused fini method
This commit is contained in:
parent
de2cef42b4
commit
035f03346d
1 changed files with 0 additions and 2 deletions
|
@ -68,8 +68,6 @@ struct code_pair_t
|
|||
typedef hb_vector_t<unsigned char> str_buff_t;
|
||||
struct str_buff_vec_t : hb_vector_t<str_buff_t>
|
||||
{
|
||||
void fini () { SUPER::fini_deep (); }
|
||||
|
||||
unsigned int total_size () const
|
||||
{
|
||||
unsigned int size = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue