[Libreoffice-commits] .: slideshow/source

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Sun Aug 14 09:41:04 PDT 2011


 slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionerImpl.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 8231574526eb9a314e39fdc4ed142f471e9b66b9
Author: Pierre-André Jacquod <pjacquod at alumni.ethz.ch>
Date:   Fri Aug 12 18:02:02 2011 +0200

    unused variable in Windows build
    
    according cppchecker, small cleaning

diff --git a/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionerImpl.cxx b/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionerImpl.cxx
index 448a643..6fa833b 100644
--- a/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionerImpl.cxx
+++ b/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionerImpl.cxx
@@ -503,11 +503,9 @@ bool OGLTransitionerImpl::createWindow( Window* pPWindow )
 #endif
 
 #if defined( WNT )
-      const SystemEnvData* pChildSysData = NULL;
       SystemWindowData winData;
       winData.nSize = sizeof(winData);
       pWindow=new SystemChildWindow(pPWindow, 0, &winData, sal_False);
-      pChildSysData = pWindow->GetSystemData();
 #endif
 
       if( pWindow )


More information about the Libreoffice-commits mailing list