WIP: Remove findDefault..()s

This commit is contained in:
Lipu Fei 2018-02-14 22:05:11 +01:00
parent 12164a0c88
commit f4d69918fb
3 changed files with 0 additions and 254 deletions

View file

@ -187,11 +187,6 @@ class ExtruderStack(CuraContainerStack):
if has_global_dependencies:
self.getNextStack().propertiesChanged.emit(key, properties)
def findDefaultVariant(self):
# The default variant is defined in the machine stack and/or definition, so use the machine stack to find
# the default variant.
return self.getNextStack().findDefaultVariant()
extruder_stack_mime = MimeType(
name = "application/x-cura-extruderstack",