[kerx] Remove redundant check

This commit is contained in:
Behdad Esfahbod 2025-03-12 20:11:30 -06:00
parent 41b396c64b
commit 7146e5818f

View file

@ -1010,7 +1010,7 @@ struct KerxTable
if (HB_DIRECTION_IS_HORIZONTAL (c->buffer->props.direction) != st->u.header.is_horizontal ())
goto skip;
c->machine_glyph_set = accel_data ? &accel_data[i].left_set : &Null(hb_bit_set_t);
c->machine_glyph_set = &accel_data[i].left_set;
if (!c->buffer_intersects_machine ())
{