mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[kerx] Remove redundant check
This commit is contained in:
parent
41b396c64b
commit
7146e5818f
1 changed files with 1 additions and 1 deletions
|
@ -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 ())
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue