[aat] Remove unneeded check

pull/754/head
Behdad Esfahbod 7 years ago
parent fcb8be1a38
commit c0b1c7eb2e
  1. 2
      src/hb-aat-layout-morx-table.hh

@ -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…
Cancel
Save