| Index: core/src/fxge/dib/fx_dib_transform.cpp
|
| diff --git a/core/src/fxge/dib/fx_dib_transform.cpp b/core/src/fxge/dib/fx_dib_transform.cpp
|
| index 16d791b4ee063ac065c08f3616ced77e8cabf2ca..65afdd6b3aa7a6c57b3516704554326905a80b7d 100644
|
| --- a/core/src/fxge/dib/fx_dib_transform.cpp
|
| +++ b/core/src/fxge/dib/fx_dib_transform.cpp
|
| @@ -538,7 +538,6 @@ FX_BOOL CFX_ImageTransformer::Continue(IFX_Pause* pPause)
|
| int Bpp = m_Storer.GetBitmap()->GetBPP() / 8;
|
| int destBpp = pTransformed->GetBPP() / 8;
|
| if (Bpp == 1) {
|
| - FX_BOOL bHasAlpha = m_Storer.GetBitmap()->HasAlpha();
|
| FX_DWORD argb[256];
|
| FX_ARGB* pPal = m_Storer.GetBitmap()->GetPalette();
|
| if (pPal) {
|
|
|