| Index: core/src/fxge/dib/fx_dib_main.cpp
|
| diff --git a/core/src/fxge/dib/fx_dib_main.cpp b/core/src/fxge/dib/fx_dib_main.cpp
|
| index 7644e39f02dde2adb110554a5af116bb01c386c6..3e1e8cf91b8826ee56902f45c759c178ea1a6429 100644
|
| --- a/core/src/fxge/dib/fx_dib_main.cpp
|
| +++ b/core/src/fxge/dib/fx_dib_main.cpp
|
| @@ -91,7 +91,6 @@ FX_BOOL CFX_DIBitmap::Create(int width, int height, FXDIB_Format format, FX_LPBY
|
| if (m_pBuffer == NULL) {
|
| return FALSE;
|
| }
|
| - FXSYS_memset32(m_pBuffer, 0, sizeof (FX_BYTE) * size);
|
| }
|
| m_Width = width;
|
| m_Height = height;
|
|
|