Removed dead code

CURA-2108
This commit is contained in:
Jaime van Kessel 2016-08-31 15:09:04 +02:00
parent 6ff258d7e0
commit 1fda24c43f

View file

@ -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)