[post] Remove unnecessary hb_nonnull_ptr_t<>

This commit is contained in:
Behdad Esfahbod 2018-11-10 00:19:50 -05:00
parent 6b8178c649
commit e26e6dbb33
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ struct post
private:
hb_blob_t *blob;
uint32_t version;
hb_nonnull_ptr_t<const ArrayOf<HBUINT16> > glyphNameIndex;
const ArrayOf<HBUINT16> *glyphNameIndex;
hb_vector_t<uint32_t, 1> index_to_offset;
const uint8_t *pool;
hb_atomic_ptr_t<uint16_t *> gids_sorted_by_name;