[Libreoffice-commits] core.git: vcl/opengl

Tor Lillqvist tml at collabora.com
Sat Nov 15 10:32:06 PST 2014


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

New commits:
commit f8782d8ca17a91527e1a72def32a127095cfa7ef
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sat Nov 15 20:29:35 2014 +0200

    WaE: unused variable 'aSize'
    
    Change-Id: I74a671656a703eefa9ae10e839c156a4c0f66335

diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index e630bf9..8532ba0 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();


More information about the Libreoffice-commits mailing list