[gsubgpos] Minor use ->clear() directly
This commit is contained in:
parent
207ae11ab9
commit
4401dd2482
|
@ -115,7 +115,7 @@ struct hb_closure_context_t :
|
|||
return true;
|
||||
}
|
||||
|
||||
hb_set_clear (done_lookups_glyph_set->get (lookup_index));
|
||||
done_lookups_glyph_set->get (lookup_index)->clear ();
|
||||
}
|
||||
|
||||
hb_set_t *covered_glyph_set = done_lookups_glyph_set->get (lookup_index);
|
||||
|
|
Loading…
Reference in New Issue