summaryrefslogtreecommitdiffstats
path: root/src/runtime/Qt3DSSlideSystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/Qt3DSSlideSystem.cpp')
-rw-r--r--src/runtime/Qt3DSSlideSystem.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/runtime/Qt3DSSlideSystem.cpp b/src/runtime/Qt3DSSlideSystem.cpp
index 4cdce28..4eaa698 100644
--- a/src/runtime/Qt3DSSlideSystem.cpp
+++ b/src/runtime/Qt3DSSlideSystem.cpp
@@ -457,11 +457,6 @@ struct SSlideSystem : public ISlideSystem
if (!theElem) {
QT3DS_ASSERT(false);
} else {
- // If slide element doesn't contain any attributes, don't continue
- // even to activity change.
- if (theElement->m_AttributeCount == 0)
- continue;
-
if (inOp.handleElementActive(*theElem, theElement->m_Active)) {
for (TSlideAttributeNodeList::const_iterator
iter = TSlideAttributeNodeList::begin(theElement->m_AttributeNodes,