| Index: core/fxge/ge/fx_ge_fontmap.cpp
|
| diff --git a/core/fxge/ge/fx_ge_fontmap.cpp b/core/fxge/ge/fx_ge_fontmap.cpp
|
| index 408f1e2689154b5e5728da8d768c4b773402436a..6de364788be1c212950923cd8f20e7cebbfdcee8 100644
|
| --- a/core/fxge/ge/fx_ge_fontmap.cpp
|
| +++ b/core/fxge/ge/fx_ge_fontmap.cpp
|
| @@ -8,7 +8,6 @@
|
| #include "core/fxge/include/ifx_systemfontinfo.h"
|
|
|
| CFX_SubstFont::CFX_SubstFont() {
|
| - m_ExtHandle = nullptr;
|
| m_Charset = FXFONT_ANSI_CHARSET;
|
| m_SubstFlags = 0;
|
| m_Weight = 0;
|
| @@ -109,10 +108,6 @@ int IFX_SystemFontInfo::GetFaceIndex(void* hFont) {
|
| return 0;
|
| }
|
|
|
| -void* IFX_SystemFontInfo::RetainFont(void* hFont) {
|
| - return nullptr;
|
| -}
|
| -
|
| extern "C" {
|
| unsigned long _FTStreamRead(FXFT_Stream stream,
|
| unsigned long offset,
|
|
|