From a49627a1f768cee40a06338f53a768c01f03941b Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 19 May 2021 11:10:25 +0200 Subject: [PATCH] Remove unneeded declaration CURA-8196 --- plugins/SimulationView/SimulationView.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/SimulationView/SimulationView.py b/plugins/SimulationView/SimulationView.py index 7c0328d11b..04bdccc22c 100644 --- a/plugins/SimulationView/SimulationView.py +++ b/plugins/SimulationView/SimulationView.py @@ -489,7 +489,6 @@ class SimulationView(CuraView): # The colour scheme is only influenced by the visible lines, so filter the lines by if they should be visible. visible_line_types = [] - visible_line_types_with_extrusion = [] if self.getShowSkin(): # Actually "shell". visible_line_types.append(LayerPolygon.SkinType) visible_line_types.append(LayerPolygon.Inset0Type)