mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-24 06:39:38 +08: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
@ -376,7 +376,6 @@ class BuildVolume(SceneNode):
|
||||
if not self._global_container_stack:
|
||||
return
|
||||
|
||||
self._has_errors = False # Reset.
|
||||
self._error_areas = []
|
||||
areas = []
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user