chiark / gitweb /
lemon-stand.scad.pl: remove obsolete sub circles (nfc)
[reprap-play.git] / lemon-stand.scad.pl
index eae50b538b554d93eb5b0c3524e90f1b3a30fe0e..84417f2377b54ea4fa1f3a8de058aaaddbb6e60b 100755 (executable)
@@ -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;