summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-11-27 13:04:11 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-11-27 13:04:11 +0100
commit46278bd8151c6fcdcca7ff71869c5978a2b6d4b0 (patch)
tree42e54675030e6e31743c0bdc885a239b8d08bf2d
parentvcl: Use the current OpenGL context for VirtualDevice and Bitmap if possible (diff)
downloadcore-feature/vcl-opengl-integration.tar.gz
core-feature/vcl-opengl-integration.zip
Werror, Wunused-variable feature/vcl-opengl-integration
Change-Id: I050afafdd9b1dad74876402665b5159a48d9f5d0
-rw-r--r--vcl/opengl/gdiimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index 28f7959567b1..32d74992d390 100644
--- a/vcl/opengl/gdiimpl.cxx
+++ b/vcl/opengl/gdiimpl.cxx
@@ -1538,7 +1538,7 @@ void OpenGLSalGraphicsImpl::DoCopyBits( const SalTwoRect& rPosAry, OpenGLSalGrap
if( pImpl->mbOffscreen )
{
- Size aSize( pImpl->GetWidth(), pImpl->GetHeight() );
+ // Size aSize( pImpl->GetWidth(), pImpl->GetHeight() );
PreDraw();
DrawTexture( pImpl->maOffscreenTex, rPosAry );
PostDraw();