From 287cc98bc3375dd3f3b72af14e3061f8aafca011 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 27 Jan 2016 23:52:59 +0000 Subject: [PATCH] lemon-stand.scad.pl: remove obsolete sub circles (nfc) --- lemon-stand.scad.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/lemon-stand.scad.pl b/lemon-stand.scad.pl index eae50b5..84417f2 100755 --- a/lemon-stand.scad.pl +++ b/lemon-stand.scad.pl @@ -42,8 +42,6 @@ our @circles = map { } 0..($M-1) ]; } 0..($N-1); -sub circle ($$$) { my ($c,$i,$j) = @_; $c->[ $i % $N ][ $j % $M ]; } - sub torusy () { print "module Torusy(){ polyhedron(points=["; my $ptix = 0; -- 2.30.2