diff --git a/web/app/workbench.js b/web/app/workbench.js index f43c4dc3..1457fb1a 100644 --- a/web/app/workbench.js +++ b/web/app/workbench.js @@ -163,10 +163,6 @@ TCAD.craft.extrude = function(app, face, faces, height) { return TCAD.craft.reconstruct(meld); }; -TCAD.craft.pkey = function(point) { - return point.x + ":" + point.y + ":" + point.z; -} - TCAD.craft._pointOnLine = function(p, a, b) { var ab = a.minus(b);