Remove useless code

CURA-7106
This commit is contained in:
Jaime van Kessel 2020-06-23 09:21:24 +02:00
parent ac7f27fddc
commit f00e3f7363
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -94,7 +94,3 @@ class ConvexHullNode(SceneNode):
convex_hull_head_builder = MeshBuilder()
convex_hull_head_builder.addConvexPolygon(convex_hull_head.getPoints(), self._mesh_height - self._thickness)
self._convex_hull_head_mesh = convex_hull_head_builder.build()
if not node:
return