Browse Source

Remove unused variable

Contributes to issue CURA-3772.
Ghostkeeper 7 years ago
parent
commit
281a01dd1f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      plugins/CuraEngineBackend/CuraEngineBackend.py

+ 0 - 1
plugins/CuraEngineBackend/CuraEngineBackend.py

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