mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Marking another unused variable
This commit is contained in:
parent
115d5dceae
commit
bbf931450a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class ConvexHullNode(SceneNode):
|
|||
self._convex_hull_head_mesh = None
|
||||
self._hull = hull
|
||||
|
||||
hull_points = self._hull.getPoints()
|
||||
hull_points = self._hull.getPoints() # TODO: @UnusedVariable
|
||||
hull_mesh = self.createHullMesh(self._hull.getPoints())
|
||||
if hull_mesh:
|
||||
self.setMeshData(hull_mesh)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue