| 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 e3a6d68d0d4e235325f3e3a20bc4d5296b1b5bef..4ee2a22ae68c8c050efab82dc1c0ae22a2cb8b68 100644
|
| --- a/core/fxge/ge/fx_ge_fontmap.cpp
|
| +++ b/core/fxge/ge/fx_ge_fontmap.cpp
|
| @@ -651,7 +651,6 @@ bool CFX_FontMgr::GetBuiltinFont(size_t index,
|
| CFX_FontMapper::CFX_FontMapper(CFX_FontMgr* mgr)
|
| : m_bListLoaded(FALSE),
|
| m_pFontInfo(nullptr),
|
| - m_pFontEnumerator(nullptr),
|
| m_pFontMgr(mgr) {
|
| m_MMFaces[0] = nullptr;
|
| m_MMFaces[1] = nullptr;
|
|
|