Kaydet (Commit) f8782d8c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused variable 'aSize'

Change-Id: I74a671656a703eefa9ae10e839c156a4c0f66335
üst 2492783b
...@@ -1193,7 +1193,6 @@ void OpenGLSalGraphicsImpl::copyBits( const SalTwoRect& rPosAry, SalGraphics* pS ...@@ -1193,7 +1193,6 @@ void OpenGLSalGraphicsImpl::copyBits( const SalTwoRect& rPosAry, SalGraphics* pS
if( pImpl->mbOffscreen ) if( pImpl->mbOffscreen )
{ {
Size aSize( pImpl->GetWidth(), pImpl->GetHeight() );
PreDraw(); PreDraw();
DrawTexture( pImpl->maOffscreenTex, rPosAry ); DrawTexture( pImpl->maOffscreenTex, rPosAry );
PostDraw(); PostDraw();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment