| Index: core/src/fxge/win32/fx_win32_print.cpp
|
| diff --git a/core/src/fxge/win32/fx_win32_print.cpp b/core/src/fxge/win32/fx_win32_print.cpp
|
| index 0f75d493a49abe7a56b36c021fcdded2e9d92129..595d1e9494ef9f00b2601f045f5dea8b7af4c69a 100644
|
| --- a/core/src/fxge/win32/fx_win32_print.cpp
|
| +++ b/core/src/fxge/win32/fx_win32_print.cpp
|
| @@ -136,8 +136,6 @@ static CFX_DIBitmap* Transform1bppBitmap(const CFX_DIBSource* pSrc,
|
| ASSERT(pSrc->GetFormat() == FXDIB_1bppRgb ||
|
| pSrc->GetFormat() == FXDIB_1bppMask ||
|
| pSrc->GetFormat() == FXDIB_1bppCmyk);
|
| - CFX_FloatRect unit_rect = pDestMatrix->GetUnitRect();
|
| - FX_RECT full_rect = unit_rect.GetOutterRect();
|
| CFX_DIBExtractor src_bitmap(pSrc);
|
| CFX_DIBitmap* pSrcBitmap = src_bitmap;
|
| if (pSrcBitmap == NULL) {
|
|
|