From 9e48432750f7d86a43c3d10f47a057f8360f7619 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Wed, 4 Nov 2015 14:25:04 -0800 Subject: Remove unused variables in Transform1bppBitmap. Patch by rickyz@chromium.org R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1432703002 . --- core/src/fxge/win32/fx_win32_print.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/fxge/win32/fx_win32_print.cpp b/core/src/fxge/win32/fx_win32_print.cpp index 0f75d493a4..595d1e9494 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) { -- cgit v1.2.3