truetype: Drop redundant check of truetype struct

Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=29010
This commit is contained in:
Bryce Harrington 2015-07-07 18:20:30 -07:00
parent 943ba26a20
commit ad45e8f99f

View file

@ -107,7 +107,6 @@ check (tt_hhea_t, 36);
check (tt_maxp_t, 32);
check (tt_name_record_t, 12);
check (tt_name_t, 18);
check (tt_name_t, 18);
check (tt_composite_glyph_t, 16);
check (tt_glyph_data_t, 26);
#undef check