| 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 3e1e8cf91b8826ee56902f45c759c178ea1a6429..7e8cb0c3db73f0f1623863ab22a8ec4a3aca4904 100644
|
| --- a/core/src/fxge/dib/fx_dib_main.cpp
|
| +++ b/core/src/fxge/dib/fx_dib_main.cpp
|
| @@ -447,7 +447,6 @@ FX_BOOL CFX_DIBitmap::TransferMask(int dest_left, int dest_top, int width, int h
|
| if (width == 0 || height == 0) {
|
| return TRUE;
|
| }
|
| - int src_pitch = pMask->GetPitch();
|
| int src_bpp = pMask->GetBPP();
|
| int alpha;
|
| FX_DWORD dst_color;
|
|
|