[Libreoffice-commits] core.git: vcl/source
Tor Lillqvist
tml at collabora.com
Sat Mar 22 06:02:07 PDT 2014
vcl/source/window/window.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 0abc9bb2fa280164372b4779e6af9c3d992951b6
Author: Tor Lillqvist <tml at collabora.com>
Date: Sat Mar 22 15:00:01 2014 +0200
WaE: unused variable 'aSrcOutRect'
Change-Id: Ic64d9e3be43b3ad1751070242fc3ad9f7b35a92a
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 8c8106f..857cd1cf 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -423,8 +423,6 @@ bool Window::ImplInitGraphics() const
void Window::CopyAreaFinal( SalTwoRect& aPosAry, sal_uInt32 nFlags )
{
- const Rectangle aSrcOutRect( Point( mnOutOffX, mnOutOffY ),
- Size( mnOutWidth, mnOutHeight ) );
const Rectangle aSrcRect ( Point( aPosAry.mnSrcX, aPosAry.mnSrcY ),
Size( aPosAry.mnSrcWidth, aPosAry.mnSrcHeight ) );
More information about the Libreoffice-commits
mailing list