mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Remove useless code
CURA-7106
This commit is contained in:
parent
ac7f27fddc
commit
f00e3f7363
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue