Cleanup: IO: Remove unused local variable
Pull Request: https://projects.blender.org/blender/blender/pulls/146423
This commit is contained in:
committed by
Jesse Yurkovich
parent
abd683fcb5
commit
fb352dcd53
@@ -320,7 +320,6 @@ void AbstractHierarchyIterator::export_graph_construct()
|
||||
DupliParentFinder dupli_parent_finder;
|
||||
|
||||
for (const DupliObject &dupli_object : duplilist) {
|
||||
PersistentID persistent_id(&dupli_object);
|
||||
if (!should_visit_dupli_object(&dupli_object)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user