summaryrefslogtreecommitdiffstats
path: root/src/runtime/Qt3DSComponentManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/Qt3DSComponentManager.cpp')
-rw-r--r--src/runtime/Qt3DSComponentManager.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/runtime/Qt3DSComponentManager.cpp b/src/runtime/Qt3DSComponentManager.cpp
index 03c7b2c..9bbff99 100644
--- a/src/runtime/Qt3DSComponentManager.cpp
+++ b/src/runtime/Qt3DSComponentManager.cpp
@@ -94,13 +94,6 @@ void CComponentManager::GotoSlideIndex(TElement *inComponent,
}
SComponentGotoSlideData theGotoSlideData(inGotoData);
-
- TComponentGotoSlideDataMap::iterator iter = m_ComponentInitialSlideMap.find(inComponent);
- if (iter != m_ComponentInitialSlideMap.end()) {
- theGotoSlideData = iter->second;
- m_ComponentInitialSlideMap.erase(iter);
- }
-
const UINT8 theCurrentSlideIndex = theComponent->GetCurrentSlide();
QString elementPath;