| Index: core/src/fxge/dib/fx_dib_engine.cpp
|
| diff --git a/core/src/fxge/dib/fx_dib_engine.cpp b/core/src/fxge/dib/fx_dib_engine.cpp
|
| index 33c033378817232c40a85831996037bb85e0134e..56bb5abafa425d3437e0d34c125b56d085ca953c 100644
|
| --- a/core/src/fxge/dib/fx_dib_engine.cpp
|
| +++ b/core/src/fxge/dib/fx_dib_engine.cpp
|
| @@ -840,9 +840,6 @@ FX_BOOL CFX_ImageStretcher::StartStretch() {
|
| m_pStretchEngine =
|
| new CStretchEngine(m_pDest, m_DestFormat, m_DestWidth, m_DestHeight,
|
| m_ClipRect, m_pSource, m_Flags);
|
| - if (!m_pStretchEngine) {
|
| - return FALSE;
|
| - }
|
| m_pStretchEngine->StartStretchHorz();
|
| if (m_pSource->GetWidth() * m_pSource->GetHeight() <
|
| MAX_PROGRESSIVE_STRETCH_PIXELS) {
|
|
|