[utf] Remove unused typedef
This commit is contained in:
parent
ce81c74298
commit
2c39f359e4
|
@ -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> hb_utf32_t;
|
||||||
typedef hb_utf32_xe_t<uint32_t, false> hb_utf32_novalidate_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
|
struct hb_latin1_t
|
||||||
|
|
Loading…
Reference in New Issue