mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
remove redundant addToNeedsParentFixupList()
This commit is contained in:
parent
d3fea94540
commit
d1927340f5
1 changed files with 0 additions and 4 deletions
|
@ -531,10 +531,6 @@ EntityItemPointer EntityTree::addEntity(const EntityItemID& entityID, const Enti
|
|||
// Recurse the tree and store the entity in the correct tree element
|
||||
AddEntityOperator theOperator(getThisPointer(), result);
|
||||
recurseTreeWithOperator(&theOperator);
|
||||
if (!result->getParentID().isNull()) {
|
||||
addToNeedsParentFixupList(result);
|
||||
}
|
||||
|
||||
postAddEntity(result);
|
||||
}
|
||||
return result;
|
||||
|
|
Loading…
Reference in a new issue