From 1233be61d89b876dee6901137a02b4d7ee7a0e13 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 17 Oct 2022 14:06:44 -0600 Subject: [PATCH] [glyf/VarComposite] Remove unneeded resize --- src/OT/glyf/Glyph.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/OT/glyf/Glyph.hh b/src/OT/glyf/Glyph.hh index ee89175de..7ac31f898 100644 --- a/src/OT/glyf/Glyph.hh +++ b/src/OT/glyf/Glyph.hh @@ -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;