| Index: core/src/fxge/ge/fx_ge_text.cpp
|
| diff --git a/core/src/fxge/ge/fx_ge_text.cpp b/core/src/fxge/ge/fx_ge_text.cpp
|
| index e20d6bc4bdeee7342f8445f1d3e86059dd09f2dd..88f296713253700fc0528dc4784cd658a7596a22 100644
|
| --- a/core/src/fxge/ge/fx_ge_text.cpp
|
| +++ b/core/src/fxge/ge/fx_ge_text.cpp
|
| @@ -199,9 +199,6 @@ FX_BOOL CFX_RenderDevice::DrawNormalText(int nChars, const FXTEXT_CHARPOS* pChar
|
| CFX_FaceCache* pFaceCache = pCache->GetCachedFace(pFont);
|
| FX_FONTCACHE_DEFINE(pCache, pFont);
|
| FXTEXT_GLYPHPOS* pGlyphAndPos = FX_Alloc(FXTEXT_GLYPHPOS, nChars);
|
| - if (!pGlyphAndPos) {
|
| - return FALSE;
|
| - }
|
| int iChar;
|
| deviceCtm = char2device;
|
| CFX_AffineMatrix matrixCTM = GetCTM();
|
|
|