[shape] Remove stray clear_output() call in hb_shape()

This commit is contained in:
Behdad Esfahbod 2021-07-12 16:55:54 -06:00
parent 05c17787c4
commit a623446a34
1 changed files with 0 additions and 2 deletions

View File

@ -1158,8 +1158,6 @@ hb_ot_shape_internal (hb_ot_shape_context_t *c)
_hb_buffer_allocate_unicode_vars (c->buffer); _hb_buffer_allocate_unicode_vars (c->buffer);
c->buffer->clear_output ();
hb_ot_shape_initialize_masks (c); hb_ot_shape_initialize_masks (c);
hb_set_unicode_props (c->buffer); hb_set_unicode_props (c->buffer);
hb_insert_dotted_circle (c->buffer, c->font); hb_insert_dotted_circle (c->buffer, c->font);