summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-11-15 20:29:35 +0200
committerTor Lillqvist <tml@collabora.com>2014-11-15 20:29:35 +0200
commitf8782d8ca17a91527e1a72def32a127095cfa7ef (patch)
tree7043025f6c1ea34ba61a9f4110ec6c53c01e04ce /vcl
parent2492783bd87d534e4eb1d6a00f082772e7b03172 (diff)
WaE: unused variable 'aSize'
Change-Id: I74a671656a703eefa9ae10e839c156a4c0f66335
Diffstat (limited to 'vcl')
-rw-r--r--vcl/opengl/gdiimpl.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index e630bf9f6c08..8532ba026e17 100644
--- a/vcl/opengl/gdiimpl.cxx
+++ b/vcl/opengl/gdiimpl.cxx
@@ -1193,7 +1193,6 @@ void OpenGLSalGraphicsImpl::copyBits( const SalTwoRect& rPosAry, SalGraphics* pS
if( pImpl->mbOffscreen )
{
- Size aSize( pImpl->GetWidth(), pImpl->GetHeight() );
PreDraw();
DrawTexture( pImpl->maOffscreenTex, rPosAry );
PostDraw();