mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Remove unused intermediary value
This is not used, unless you take multi-threading into account. In that case though, the actual disallowed areas are only updated at the end of this function, and the _has_errors variable is updated right before then as well, so this way the variable is in an invalid state for a smaller amount of time. Contributes to issue CURA-2625.
This commit is contained in:
parent
49c5a90d29
commit
b6611b66f8
1 changed files with 0 additions and 1 deletions
|
@ -376,7 +376,6 @@ class BuildVolume(SceneNode):
|
|||
if not self._global_container_stack:
|
||||
return
|
||||
|
||||
self._has_errors = False # Reset.
|
||||
self._error_areas = []
|
||||
areas = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue