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

pull/3027/head
Behdad Esfahbod 4 years ago
parent 05c17787c4
commit a623446a34
  1. 2
      src/hb-ot-shape.cc

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

Loading…
Cancel
Save