Commit b5fbc3b8f560235d014c62e49220574ffcf89349

Behdad Esfahbod 2014-08-11T18:40:01

API: Do not clear buffer-flags in hb_buffer_clear_contents() After 763e5466c0a03a7c27020e1e2598e488612529a7, one doesn't need to set flags for different pieces of text. The flags now are something the client sets up once, depending on how it actually uses the buffer. As such, don't clear it in clear_contents(). Tests updated.