remove clone xsp map

This commit is contained in:
Michael Kirsch 2019-04-14 22:19:05 +02:00 committed by Joseph Lenox
parent 7ea69da2b7
commit dfda739ae4

View File

@ -8,8 +8,6 @@
%name{Slic3r::TransformationMatrix} class TransformationMatrix {
TransformationMatrix();
~TransformationMatrix();
Clone<TransformationMatrix> clone()
%code{% RETVAL = THIS; %};
double m11;
%code%{ RETVAL = THIS->m11; %}