[utf] Remove unused typedef
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 24 Oct 2018 19:34:30 +0000 (12:34 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 27 Oct 2018 04:22:26 +0000 (21:22 -0700)
src/hb-utf.hh

index 52bc8b7..b45bcd9 100644 (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