[layout] Don't call clear_output() before pause-func

This commit is contained in:
Behdad Esfahbod 2021-07-12 16:57:25 -06:00
parent a623446a34
commit 431f164003
1 changed files with 0 additions and 3 deletions

View File

@ -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);
}
}
}