| Index: core/src/fxge/ge/fx_ge_fontmap.cpp
|
| diff --git a/core/src/fxge/ge/fx_ge_fontmap.cpp b/core/src/fxge/ge/fx_ge_fontmap.cpp
|
| index fe790d8664675f240ddf5da8f44b38cd0d4b19f7..e27c51fcbbee46b8034aed8c513dc53368f3c9ea 100644
|
| --- a/core/src/fxge/ge/fx_ge_fontmap.cpp
|
| +++ b/core/src/fxge/ge/fx_ge_fontmap.cpp
|
| @@ -1373,13 +1373,12 @@ CFontFileFaceInfo::~CFontFileFaceInfo()
|
| m_Face = NULL;
|
| }
|
| extern FX_BOOL _LoadFile(FXFT_Library library, FXFT_Face* Face, IFX_FileRead* pFile, FXFT_Stream* stream);
|
| -#if defined(_FPDFAPI_MINI_) || _FX_OS_ == _FX_ANDROID_
|
| +#if _FX_OS_ == _FX_ANDROID_
|
| IFX_SystemFontInfo* IFX_SystemFontInfo::CreateDefault()
|
| {
|
| return NULL;
|
| }
|
| #endif
|
| -#if !defined(_FPDFAPI_MINI_)
|
| CFX_FolderFontInfo::CFX_FolderFontInfo()
|
| {
|
| }
|
| @@ -1616,4 +1615,3 @@ FX_BOOL CFX_FolderFontInfo::GetFontCharset(void* hFont, int& charset)
|
| {
|
| return FALSE;
|
| }
|
| -#endif
|
|
|