diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index 257cc916e..379d92e6a 100644 --- a/src/hb-ot-layout.cc +++ b/src/hb-ot-layout.cc @@ -1942,10 +1942,7 @@ inline void hb_ot_map_t::apply (const Proxy &proxy, } if (stage->pause_func) - { - buffer->clear_output (); stage->pause_func (plan, font, buffer); - } } }