| Index: 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 3ce9664ceb77189db084a2eee139e4f810aeddac..2922ed2308caf68c9fe9b3dacd838fd796b509ec 100644
|
| --- a/core/src/fpdfapi/fpdf_font/font_int.h
|
| +++ b/core/src/fpdfapi/fpdf_font/font_int.h
|
| @@ -18,10 +18,8 @@ private:
|
| CPDF_CMap* LoadPredefinedCMap(const CFX_ByteString& name, FX_BOOL bPrompt);
|
| CPDF_CID2UnicodeMap* LoadCID2UnicodeMap(int charset, FX_BOOL bPrompt);
|
| void DropAll(FX_BOOL bReload);
|
| -#ifndef _FPDFAPI_MINI_
|
| FX_BOOL m_bPrompted;
|
| FX_LPVOID m_pPackage;
|
| -#endif
|
| CFX_MapByteStringToPtr m_CMaps;
|
| CPDF_CID2UnicodeMap* m_CID2UnicodeMaps[6];
|
| };
|
| @@ -178,9 +176,7 @@ protected:
|
| int m_Charset;
|
| const FX_WORD* m_pEmbeddedMap;
|
| FX_DWORD m_EmbeddedCount;
|
| -#ifndef _FPDFAPI_MINI_
|
| CPDF_FXMP* m_pExternalMap;
|
| -#endif
|
| };
|
| class CPDF_ToUnicodeMap : public CFX_Object
|
| {
|
|
|