From 1a99f200c59a89fe297ac79658d2fe11b13b1553 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Mon, 13 Aug 2018 19:28:39 +0000 Subject: Mark CPDF_Font::GlyphFromCharCodeExt() and friends Mac only. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4906351a6e21fb8480670a6daf15bd7cb9e441c5 Reviewed-on: https://pdfium-review.googlesource.com/39911 Commit-Queue: Lei Zhang Reviewed-by: Nicolás Peña Moreno --- core/fpdfapi/font/cpdf_simplefont.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/fpdfapi/font/cpdf_simplefont.h') diff --git a/core/fpdfapi/font/cpdf_simplefont.h b/core/fpdfapi/font/cpdf_simplefont.h index 4c813a280e..290016bc49 100644 --- a/core/fpdfapi/font/cpdf_simplefont.h +++ b/core/fpdfapi/font/cpdf_simplefont.h @@ -44,7 +44,6 @@ class CPDF_SimpleFont : public CPDF_Font { bool m_bUseFontWidth; std::vector m_CharNames; uint16_t m_GlyphIndex[256]; - uint16_t m_ExtGID[256]; uint16_t m_CharWidth[256]; FX_RECT m_CharBBox[256]; }; -- cgit v1.2.3