aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/FontHostTest.cpp
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-02-23 15:11:42 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-02-23 15:11:42 +0000
commit78525202b8555a1538544aeb3aef5c49aa64b33d (patch)
treeb2707895b4ccb95932abd7067f8a81a159965ebb /tests/FontHostTest.cpp
parentdadcfdc92982498344a15ad38cc213504aebd372 (diff)
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
Diffstat (limited to 'tests/FontHostTest.cpp')
-rw-r--r--tests/FontHostTest.cpp2
1 files changed, 0 insertions, 2 deletions
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 },
};