From c599b59f77d3a620e983fd30802a414795be470a Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 18 Feb 2016 15:39:09 -0800 Subject: Remove useless CPDF_FontCharMap. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1715583002 . --- core/src/fpdfapi/fpdf_font/font_int.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'core/src/fpdfapi/fpdf_font/font_int.h') diff --git a/core/src/fpdfapi/fpdf_font/font_int.h b/core/src/fpdfapi/fpdf_font/font_int.h index 33fa926b2a..7ff97e5a77 100644 --- a/core/src/fpdfapi/fpdf_font/font_int.h +++ b/core/src/fpdfapi/fpdf_font/font_int.h @@ -207,11 +207,6 @@ class CPDF_ToUnicodeMap { static FX_DWORD StringToCode(const CFX_ByteStringC& str); static CFX_WideString StringToWideString(const CFX_ByteStringC& str); }; -class CPDF_FontCharMap : public CFX_CharMap { - public: - CPDF_FontCharMap(CPDF_Font* pFont); - CPDF_Font* m_pFont; -}; void FPDFAPI_LoadCID2UnicodeMap(CIDSet charset, const FX_WORD*& pMap, -- cgit v1.2.3