From 78525202b8555a1538544aeb3aef5c49aa64b33d Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Thu, 23 Feb 2012 15:11:42 +0000 Subject: remove 'OS/2' table from known-sizes, since its size is not always the same git-svn-id: http://skia.googlecode.com/svn/trunk@3236 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/FontHostTest.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/FontHostTest.cpp') diff --git a/tests/FontHostTest.cpp b/tests/FontHostTest.cpp index 5c94b3c0d8..9bb19c99af 100644 --- a/tests/FontHostTest.cpp +++ b/tests/FontHostTest.cpp @@ -13,7 +13,6 @@ #define kFontTableTag_head SkSetFourByteTag('h', 'e', 'a', 'd') #define kFontTableTag_hhea SkSetFourByteTag('h', 'h', 'e', 'a') -#define kFontTableTag_os_slash_2 SkSetFourByteTag('O', 'S', '/', '2') #define kFontTableTag_maxp SkSetFourByteTag('m', 'a', 'x', 'p') static const struct TagSize { @@ -22,7 +21,6 @@ static const struct TagSize { } gKnownTableSizes[] = { { kFontTableTag_head, 54 }, { kFontTableTag_hhea, 36 }, - { kFontTableTag_os_slash_2, 96 }, { kFontTableTag_maxp, 32 }, }; -- cgit v1.2.3