mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Removed dead code
CURA-2108
This commit is contained in:
parent
6ff258d7e0
commit
1fda24c43f
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ class XmlMaterialProfile(UM.Settings.InstanceContainer):
|
|||
|
||||
# TODO: Add material verfication
|
||||
self.addMetaDataEntry("status", "unknown")
|
||||
#for inherit in data.findall("./um:inherits", self.__namespaces):
|
||||
|
||||
inherits = data.find("./um:inherits", self.__namespaces)
|
||||
if inherits is not None:
|
||||
inherited = self._resolveInheritance(inherits.text)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue