mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-10-04 07:46:56 +08:00
remove clone xsp map
This commit is contained in:
parent
7ea69da2b7
commit
dfda739ae4
@ -8,8 +8,6 @@
|
||||
%name{Slic3r::TransformationMatrix} class TransformationMatrix {
|
||||
TransformationMatrix();
|
||||
~TransformationMatrix();
|
||||
Clone<TransformationMatrix> clone()
|
||||
%code{% RETVAL = THIS; %};
|
||||
|
||||
double m11;
|
||||
%code%{ RETVAL = THIS->m11; %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user