summaryrefslogtreecommitdiffstats
path: root/src/runtime/dragon/dragonentity_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/dragon/dragonentity_p.h')
-rw-r--r--src/runtime/dragon/dragonentity_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/runtime/dragon/dragonentity_p.h b/src/runtime/dragon/dragonentity_p.h
index 2b15fdb..73143ea 100644
--- a/src/runtime/dragon/dragonentity_p.h
+++ b/src/runtime/dragon/dragonentity_p.h
@@ -68,10 +68,6 @@ public:
Qt3DCore::QNodeId parentId() const;
Qt3DCore::QNodeId cameraLensComponent() const;
- // TODO not so happy about this, only needed for tree building
- Qt3DCore::QNodeIdVector treeChildren() const { return m_childEntityIds; }
-
- QVector<Qt3DCore::QNodeId> m_childEntityIds;
Qt3DCore::QNodeId m_materialComponent;
QVector<Qt3DCore::QNodeId> m_layerComponents;
Qt3DCore::QNodeId m_transformComponent;