From dfda739ae4bebcb422e3c052601f46a2991ef088 Mon Sep 17 00:00:00 2001 From: Michael Kirsch Date: Sun, 14 Apr 2019 22:19:05 +0200 Subject: [PATCH] remove clone xsp map --- xs/xsp/TransformationMatrix.xsp | 2 -- 1 file changed, 2 deletions(-) diff --git a/xs/xsp/TransformationMatrix.xsp b/xs/xsp/TransformationMatrix.xsp index 5d0fba0bb..dadf8c9ea 100644 --- a/xs/xsp/TransformationMatrix.xsp +++ b/xs/xsp/TransformationMatrix.xsp @@ -8,8 +8,6 @@ %name{Slic3r::TransformationMatrix} class TransformationMatrix { TransformationMatrix(); ~TransformationMatrix(); - Clone clone() - %code{% RETVAL = THIS; %}; double m11; %code%{ RETVAL = THIS->m11; %}