commit | a623446a34a4a388f86afc97ed9c5a74792d5420 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Mon Jul 12 16:55:54 2021 -0600 |
committer | Behdad Esfahbod <behdad@behdad.org> | Mon Jul 12 16:55:54 2021 -0600 |
tree | c28d09736d15dbd877828bdd6994cf8f0b6190bf | |
parent | 05c17787c4fc5283925920b546952ccca0ba4a00 [diff] |
[shape] Remove stray clear_output() call in hb_shape()
diff --git a/src/hb-ot-shape.cc b/src/hb-ot-shape.cc index b70dece..246936d 100644 --- a/src/hb-ot-shape.cc +++ b/src/hb-ot-shape.cc
@@ -1158,8 +1158,6 @@ _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);