diff --git a/src/surface/sf_hull.scad b/src/surface/sf_hull.scad index e46839fe..ae3c3af8 100644 --- a/src/surface/sf_hull.scad +++ b/src/surface/sf_hull.scad @@ -41,9 +41,4 @@ module sf_hull(points, thickness) { for(twintri = twintri_lt) { tri_to_hull_faces(twintri[0], twintri[1]); } -} - -// override it to test -module test_function_grapher_faces(points, faces) { - } \ No newline at end of file