mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Remove unused variable
This one is now moved to the _computeDisallowedAreasStatic function. Contributes to issue CURA-2625.
This commit is contained in:
parent
1603930c5c
commit
49c5a90d29
1 changed files with 0 additions and 2 deletions
|
@ -378,8 +378,6 @@ class BuildVolume(SceneNode):
|
|||
|
||||
self._has_errors = False # Reset.
|
||||
self._error_areas = []
|
||||
disallowed_areas = copy.deepcopy(
|
||||
self._global_container_stack.getProperty("machine_disallowed_areas", "value"))
|
||||
areas = []
|
||||
|
||||
machine_width = self._global_container_stack.getProperty("machine_width", "value")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue