From 4547051f48ca6aa53309b81a768b5b44c4ab6e3b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 22 Jul 2018 22:44:22 -0700 Subject: [PATCH] Minor --- src/hb-open-file-private.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hb-open-file-private.hh b/src/hb-open-file-private.hh index 226c48f6a..d47bff66e 100644 --- a/src/hb-open-file-private.hh +++ b/src/hb-open-file-private.hh @@ -484,8 +484,6 @@ struct ResourceForkHeader struct OpenTypeFontFile { - static const hb_tag_t tableTag = HB_TAG ('_','_','_','_'); /* Sanitizer needs this. */ - enum { CFFTag = HB_TAG ('O','T','T','O'), /* OpenType with Postscript outlines */ TrueTypeTag = HB_TAG ( 0 , 1 , 0 , 0 ), /* OpenType with TrueType outlines */