From 49c5a90d29dec841e8c982d8a4bd08736b7e5c7e Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 11 Nov 2016 11:48:03 +0100 Subject: [PATCH] Remove unused variable This one is now moved to the _computeDisallowedAreasStatic function. Contributes to issue CURA-2625. --- cura/BuildVolume.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cura/BuildVolume.py b/cura/BuildVolume.py index 97bc41566a..35707b91c8 100644 --- a/cura/BuildVolume.py +++ b/cura/BuildVolume.py @@ -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")