Remove unneeded declaration

CURA-8196
This commit is contained in:
Jaime van Kessel 2021-05-19 11:10:25 +02:00
parent a9970800f6
commit a49627a1f7
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

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