Cleanup: remove unused variable

This commit is contained in:
Jacques Lucke 2023-01-26 13:31:23 +01:00
parent a42f307915
commit 4a768a7857
1 changed files with 0 additions and 2 deletions

View File

@ -3803,8 +3803,6 @@ void BKE_node_instance_hash_remove_untagged(bNodeInstanceHash *hash,
void ntreeUpdateAllNew(Main *main)
{
Vector<bNodeTree *> new_ntrees;
/* Update all new node trees on file read or append, to add/remove sockets
* in groups nodes if the group changed, and handle any update flags that
* might have been set in file reading or versioning. */