diff options
author | Pierre-André Jacquod <pjacquod@alumni.ethz.ch> | 2011-09-11 15:35:59 +0200 |
---|---|---|
committer | Pierre-André Jacquod <pjacquod@alumni.ethz.ch> | 2011-09-26 22:02:39 +0200 |
commit | 162800bbafc27ecc3117f43077811868f08af5d5 (patch) | |
tree | 7c9304311bc303fc036abb69e7ebce722acd5e65 /slideshow | |
parent | 97fb350c10a1448590292c20192b31f245a69622 (diff) |
cppcheck: delete unneded variable in slideshow, OGLTrans_Tran...Impl.cxx
but left the call to the function behind, since not sure there is
no effect on data
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx index d03d0e3a1fa2..c8cad45908ee 100644 --- a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx +++ b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx @@ -533,7 +533,7 @@ bool OGLTransitionerImpl::createWindow( Window* pPWindow ) SystemWindowData winData; winData.nSize = sizeof(winData); pWindow=new SystemChildWindow(pPWindow, 0, &winData, sal_False); - const SystemEnvData* pChildSysData = pWindow->GetSystemData(); + pWindow->GetSystemData(); #endif if( pWindow ) |