diff --git a/src/OT/glyf/Glyph.hh b/src/OT/glyf/Glyph.hh index b82cae895..a3fa0982e 100644 --- a/src/OT/glyf/Glyph.hh +++ b/src/OT/glyf/Glyph.hh @@ -234,9 +234,7 @@ struct Glyph case VAR_COMPOSITE: { for (auto &item : get_var_composite_iterator ()) - { if (unlikely (!item.get_points (points))) return false; - } } default: break;