[glyf/VarComposite] Remove unneeded resize

This commit is contained in:
Behdad Esfahbod 2022-10-17 14:06:44 -06:00
parent 1a906162cb
commit 1233be61d8
1 changed files with 0 additions and 1 deletions

View File

@ -233,7 +233,6 @@ struct Glyph
}
case VAR_COMPOSITE:
{
points.resize (0);
for (auto &item : get_var_composite_iterator ())
{
if (unlikely (!item.get_points (points))) return false;