[aat] Remove unneeded check
This commit is contained in:
parent
fcb8be1a38
commit
c0b1c7eb2e
@ -207,7 +207,7 @@ struct ContextualSubtable
|
||||
{
|
||||
hb_buffer_t *buffer = driver->buffer;
|
||||
|
||||
if (entry->data.markIndex != 0xFFFF && mark < buffer->len)
|
||||
if (entry->data.markIndex != 0xFFFF)
|
||||
{
|
||||
const Lookup<GlyphID> &lookup = subs[entry->data.markIndex];
|
||||
hb_glyph_info_t *info = buffer->info;
|
||||
|
Loading…
Reference in New Issue
Block a user