Browse Source

Marking another unused variable

Thomas-Karl Pietrowski 9 years ago
parent
commit
bbf931450a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cura/ConvexHullNode.py

+ 1 - 1
cura/ConvexHullNode.py

@@ -33,7 +33,7 @@ class ConvexHullNode(SceneNode):
         self._convex_hull_head_mesh = None
         self._convex_hull_head_mesh = None
         self._hull = hull
         self._hull = hull
 
 
-        hull_points = self._hull.getPoints()
+        hull_points = self._hull.getPoints() # TODO: @UnusedVariable
         hull_mesh = self.createHullMesh(self._hull.getPoints())
         hull_mesh = self.createHullMesh(self._hull.getPoints())
         if hull_mesh:
         if hull_mesh:
             self.setMeshData(hull_mesh)
             self.setMeshData(hull_mesh)