Remove unused variable

This one is now moved to the _computeDisallowedAreasStatic function.

Contributes to issue CURA-2625.
This commit is contained in:
Ghostkeeper 2016-11-11 11:48:03 +01:00
parent 1603930c5c
commit 49c5a90d29
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -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")