summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-03-22 15:00:01 +0200
committerTor Lillqvist <tml@collabora.com>2014-03-22 15:00:01 +0200
commit0abc9bb2fa280164372b4779e6af9c3d992951b6 (patch)
tree84f6e3a3863700c905cf89db96e560fd9e20b58e
parent9971b64067576dbb05d2f77ad62ff665175a2bf3 (diff)
WaE: unused variable 'aSrcOutRect'
Change-Id: Ic64d9e3be43b3ad1751070242fc3ad9f7b35a92a
-rw-r--r--vcl/source/window/window.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 8c8106f75eec..857cd1cf2f6e 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 ) );