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; %}