| Index: core/src/fxge/android/fx_android_imp.cpp
|
| diff --git a/core/src/fxge/android/fx_android_imp.cpp b/core/src/fxge/android/fx_android_imp.cpp
|
| index 43fe3b197f7be12a57c0ef13b801f36e3df0d6f1..073a665560d5bbe64ed0e1b662908ad4d36f1518 100644
|
| --- a/core/src/fxge/android/fx_android_imp.cpp
|
| +++ b/core/src/fxge/android/fx_android_imp.cpp
|
| @@ -14,9 +14,6 @@ void CFX_GEModule::InitPlatform() {
|
| IFPF_FontMgr* pFontMgr = pDeviceModule->GetFontMgr();
|
| if (pFontMgr) {
|
| CFX_AndroidFontInfo* pFontInfo = new CFX_AndroidFontInfo;
|
| - if (!pFontInfo) {
|
| - return;
|
| - }
|
| pFontInfo->Init(pFontMgr);
|
| m_pFontMgr->SetSystemFontInfo(pFontInfo);
|
| }
|
|
|