Cleanup: remove incorrect comment

This commit is contained in:
Jacques Lucke 2020-07-23 10:39:07 +02:00
parent 62e53788aa
commit 944df0c784
1 changed files with 0 additions and 1 deletions

View File

@ -3680,7 +3680,6 @@ void ntreeUpdateTree(Main *bmain, bNodeTree *ntree)
ntreeInterfaceTypeUpdate(ntree);
}
/* XXX hack, should be done by depsgraph!! */
if (bmain) {
ntreeUpdateAllUsers(bmain, &ntree->id);
}