From ad45e8f99f4ab6777559480cede7d1461a9c28fc Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Tue, 7 Jul 2015 18:20:30 -0700 Subject: [PATCH] truetype: Drop redundant check of truetype struct Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=29010 --- src/cairo-truetype-subset.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cairo-truetype-subset.c b/src/cairo-truetype-subset.c index 645a89abf..3aa637d6f 100644 --- a/src/cairo-truetype-subset.c +++ b/src/cairo-truetype-subset.c @@ -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