diff --git a/src/hb-ot-layout-common.hh b/src/hb-ot-layout-common.hh index 2670c0106..f9a5c1b9c 100644 --- a/src/hb-ot-layout-common.hh +++ b/src/hb-ot-layout-common.hh @@ -2576,12 +2576,6 @@ struct VarRegionList for (unsigned int i = 0; i < count; i++) { int coord = i < coord_len ? coords[i] : 0; - if (coord == 0) - { - if (cache) - *cached_value = 0.f; - return 0.f; - } float factor = axes[i].evaluate (coord); if (factor == 0.f) {