Remove stale comment

Ugliness was fixed in 30eab97a00
But yeah, my smell detector was working.  Ugliness was buggy.
This commit is contained in:
Behdad Esfahbod 2018-10-27 00:06:48 -07:00
parent e7400c0275
commit 7f5941e162
1 changed files with 0 additions and 1 deletions

View File

@ -222,7 +222,6 @@ handle_variation_selector_cluster (const hb_ot_shape_normalize_context_t *c,
hb_font_t * const font = c->font;
for (; buffer->idx < end - 1 && buffer->successful;) {
if (unlikely (buffer->unicode->is_variation_selector (buffer->cur(+1).codepoint))) {
/* The next two lines are some ugly lines... But work. */
if (font->get_variation_glyph (buffer->cur().codepoint, buffer->cur(+1).codepoint, &buffer->cur().glyph_index()))
{
hb_codepoint_t unicode = buffer->cur().codepoint;