mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Remove unused variable
Contributes to issue CURA-3772.
This commit is contained in:
parent
2137c30bd6
commit
281a01dd1f
1 changed files with 0 additions and 1 deletions
|
@ -273,7 +273,6 @@ class CuraEngineBackend(QObject, Backend):
|
||||||
if not extruders:
|
if not extruders:
|
||||||
error_keys = self._global_container_stack.getErrorKeys()
|
error_keys = self._global_container_stack.getErrorKeys()
|
||||||
error_labels = set()
|
error_labels = set()
|
||||||
definition_container = self._global_container_stack.getBottom()
|
|
||||||
for key in error_keys:
|
for key in error_keys:
|
||||||
for stack in extruders + [self._global_container_stack]: #Search all container stacks for the definition of this setting. Some are only in an extruder stack.
|
for stack in extruders + [self._global_container_stack]: #Search all container stacks for the definition of this setting. Some are only in an extruder stack.
|
||||||
definitions = stack.getBottom().findDefinitions(key = key)
|
definitions = stack.getBottom().findDefinitions(key = key)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue