mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Remove unused container_tree variable
Contributes to issue CURA-6600.
This commit is contained in:
parent
83146a71a9
commit
924d4cc13b
1 changed files with 0 additions and 2 deletions
|
@ -226,8 +226,6 @@ class XmlMaterialProfile(InstanceContainer):
|
|||
machine_container_map = {} # type: Dict[str, InstanceContainer]
|
||||
machine_variant_map = {} # type: Dict[str, Dict[str, Any]]
|
||||
|
||||
container_tree = ContainerTree.getInstance()
|
||||
|
||||
root_material_id = self.getMetaDataEntry("base_file") # if basefile is self.getId, this is a basefile.
|
||||
all_containers = registry.findInstanceContainers(base_file = root_material_id)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue