From a623446a34a4a388f86afc97ed9c5a74792d5420 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 12 Jul 2021 16:55:54 -0600 Subject: [PATCH] [shape] Remove stray clear_output() call in hb_shape() --- src/hb-ot-shape.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hb-ot-shape.cc b/src/hb-ot-shape.cc index b70dece91..246936db3 100644 --- a/src/hb-ot-shape.cc +++ b/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);