remove redundant addToNeedsParentFixupList()

This commit is contained in:
Andrew Meadows 2018-12-04 18:07:53 -08:00
parent d3fea94540
commit d1927340f5

View file

@ -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;