From e55979cdb76a10f2a5bb94402d997df00253385d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 2 Jan 2017 14:48:30 +0000 Subject: [PATCH] sewing-table: remove obsolete InterlockLobe (nfc) --- sewing-table.scad.m4 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 9382c39..9880e2b 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -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 ]) { -- 2.30.2