[utf] Remove unused typedef

This commit is contained in:
Behdad Esfahbod 2018-10-24 12:34:30 -07:00
parent ce81c74298
commit 2c39f359e4
1 changed files with 0 additions and 1 deletions

View File

@ -345,7 +345,6 @@ struct hb_utf32_xe_t
typedef hb_utf32_xe_t<uint32_t> hb_utf32_t;
typedef hb_utf32_xe_t<uint32_t, false> hb_utf32_novalidate_t;
typedef hb_utf32_xe_t<OT::HBUINT32> hb_utf32_be_t;
struct hb_latin1_t