summaryrefslogtreecommitdiffstats
path: root/src/runtime/dragon/dragonentity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/dragon/dragonentity.cpp')
-rw-r--r--src/runtime/dragon/dragonentity.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/runtime/dragon/dragonentity.cpp b/src/runtime/dragon/dragonentity.cpp
index 2ffee1c..ad38490 100644
--- a/src/runtime/dragon/dragonentity.cpp
+++ b/src/runtime/dragon/dragonentity.cpp
@@ -113,15 +113,6 @@ void Entity::sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e)
}
break;
}
-
- case PropertyUpdated: {
- auto propertyChange = qSharedPointerCast<QPropertyUpdatedChange>(e);
- if (propertyChange->propertyName() == QByteArrayLiteral("enabled")) {
- m_enabled = propertyChange->value().toBool();
- markDirty();
- }
- break;
- }
default:
break;
}