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:
Ghostkeeper 2016-11-11 11:51:32 +01:00
parent 49c5a90d29
commit b6611b66f8
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -376,7 +376,6 @@ class BuildVolume(SceneNode):
if not self._global_container_stack:
return
self._has_errors = False # Reset.
self._error_areas = []
areas = []