diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-11-27 13:04:11 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-11-27 13:04:11 +0100 |
commit | 46278bd8151c6fcdcca7ff71869c5978a2b6d4b0 (patch) | |
tree | 42e54675030e6e31743c0bdc885a239b8d08bf2d | |
parent | 7ac688fa6d7756ce25a3cfe8b4e3d06379a8dd08 (diff) |
Werror, Wunused-variablefeature/vcl-opengl-integration
Change-Id: I050afafdd9b1dad74876402665b5159a48d9f5d0
-rw-r--r-- | vcl/opengl/gdiimpl.cxx | 2 |
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(); |