summaryrefslogtreecommitdiff
path: root/slideshow/source
diff options
context:
space:
mode:
authorPierre-André Jacquod <pjacquod@alumni.ethz.ch>2011-09-11 15:35:59 +0200
committerPierre-André Jacquod <pjacquod@alumni.ethz.ch>2011-09-26 22:02:39 +0200
commit162800bbafc27ecc3117f43077811868f08af5d5 (patch)
tree7c9304311bc303fc036abb69e7ebce722acd5e65 /slideshow/source
parent97fb350c10a1448590292c20192b31f245a69622 (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/source')
-rw-r--r--slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx2
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 )