Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2018-11-19 13:07:39 +0300
committerVojtech Kral <vojtech@kral.hk>2018-11-19 13:39:17 +0300
commitb950e9e575686cfb6135d50854d7433092e41fb6 (patch)
tree22cf7317ff168a989b8071e46c9e9e50689d15a0 /xs
parent6629d7585310c04fe2108356cb3e31222d68d750 (diff)
Fix build
Diffstat (limited to 'xs')
-rw-r--r--xs/xsp/Model.xsp6
1 files changed, 0 insertions, 6 deletions
diff --git a/xs/xsp/Model.xsp b/xs/xsp/Model.xsp
index ffcb81def..6091d00ad 100644
--- a/xs/xsp/Model.xsp
+++ b/xs/xsp/Model.xsp
@@ -231,12 +231,6 @@ ModelMaterial::attributes()
void rotate(float angle, Vec3d* axis)
%code{% THIS->rotate(angle, *axis); %};
void mirror(Axis axis);
-
- Model* cut(double z)
- %code%{
- RETVAL = new Model();
- THIS->cut(z, RETVAL);
- %};
ModelObjectPtrs* split_object()
%code%{