Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2019-08-27 17:07:37 +0300
committerGhostkeeper <rubend@tutanota.com>2019-08-27 18:21:20 +0300
commit924d4cc13b5745492a4145311afedb135566628f (patch)
treeb4121b7d7fd5d82c98b1545445e0f8d1d838cb55 /plugins/XmlMaterialProfile/XmlMaterialProfile.py
parent83146a71a9228b4f2b4ecdf61eff6d26799f602b (diff)
Remove unused container_tree variable
Contributes to issue CURA-6600.
Diffstat (limited to 'plugins/XmlMaterialProfile/XmlMaterialProfile.py')
-rw-r--r--plugins/XmlMaterialProfile/XmlMaterialProfile.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/XmlMaterialProfile/XmlMaterialProfile.py b/plugins/XmlMaterialProfile/XmlMaterialProfile.py
index cbdec39054..71a7f8e593 100644
--- a/plugins/XmlMaterialProfile/XmlMaterialProfile.py
+++ b/plugins/XmlMaterialProfile/XmlMaterialProfile.py
@@ -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)