chiark / gitweb /
sewing-table: remove obsolete InterlockLobe (nfc)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 2 Jan 2017 14:48:30 +0000 (14:48 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 2 Jan 2017 14:48:30 +0000 (14:48 +0000)
sewing-table.scad.m4

index 9382c3950043f0279aed1a733ecb8fd750e6921b..9880e2bae0dc6fabbb5554b9da67ced22880121a 100644 (file)
@@ -152,11 +152,6 @@ module InterlockLobeCore(negative=0) {
   }
 }
 
-module InterlockLobe(this_cnr, right_cnr, negative=0) {
-  INREFFRAME(this_cnr, right_cnr)
-    InterlockLobeCore(negative);
-}
-
 module InterlockEdge(left_cnr, right_cnr, negative=0, nlobes=2) {
   INREFFRAME(left_cnr, right_cnr) {
     for (lobei = [ 0 : nlobes-1 ]) {