From: Ian Jackson Date: Wed, 27 Jan 2016 23:52:59 +0000 (+0000) Subject: lemon-stand.scad.pl: remove obsolete sub circles (nfc) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=287cc98bc3375dd3f3b72af14e3061f8aafca011;p=reprap-play.git lemon-stand.scad.pl: remove obsolete sub circles (nfc) --- 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;