Remove TODO item that is not going to happen
This commit is contained in:
parent
b9b005f3a4
commit
5aec2fb8d0
|
@ -378,7 +378,6 @@ hb_ot_shape_setup_masks_fraction (hb_ot_shape_context_t *c)
|
||||||
post_mask = c->plan->numr_mask | c->plan->frac_mask;
|
post_mask = c->plan->numr_mask | c->plan->frac_mask;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TODO look in pre/post context text also. */
|
|
||||||
unsigned int count = buffer->len;
|
unsigned int count = buffer->len;
|
||||||
hb_glyph_info_t *info = buffer->info;
|
hb_glyph_info_t *info = buffer->info;
|
||||||
for (unsigned int i = 0; i < count; i++)
|
for (unsigned int i = 0; i < count; i++)
|
||||||
|
|
Loading…
Reference in New Issue