[Libreoffice-commits] core.git: Branch 'feature/vcl-opengl-integration' - vcl/opengl
Markus Mohrhard
markus.mohrhard at googlemail.com
Thu Nov 27 04:05:12 PST 2014
vcl/opengl/gdiimpl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 46278bd8151c6fcdcca7ff71869c5978a2b6d4b0
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Thu Nov 27 13:04:11 2014 +0100
Werror, Wunused-variable
Change-Id: I050afafdd9b1dad74876402665b5159a48d9f5d0
diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index 28f7959..32d7499 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();
More information about the Libreoffice-commits
mailing list