Remove unused variable

Contributes to issue CURA-3772.
This commit is contained in:
Ghostkeeper 2017-05-08 12:29:00 +02:00
parent 2137c30bd6
commit 281a01dd1f
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -273,7 +273,6 @@ class CuraEngineBackend(QObject, Backend):
if not extruders:
error_keys = self._global_container_stack.getErrorKeys()
error_labels = set()
definition_container = self._global_container_stack.getBottom()
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.
definitions = stack.getBottom().findDefinitions(key = key)