vcl/opengl/gdiimpl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 46278bd8151c6fcdcca7ff71869c5978a2b6d4b0
Author: Markus Mohrhard <markus.mohrh...@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();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to