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:
authorbubnikv <bubnikv@gmail.com>2019-06-10 18:17:36 +0300
committerbubnikv <bubnikv@gmail.com>2019-06-10 18:17:36 +0300
commita1c38794fbc12c0d88c59ac85230f058d0779b64 (patch)
treec602809ad2739c8239f322b8c0b4f56edcc68754 /xs
parent40b27e8332f5590d3998a2ef6c89bce65a48da27 (diff)
Refactored admesh to get rid of the error and fp members of stl_file.
Diffstat (limited to 'xs')
-rw-r--r--xs/xsp/TriangleMesh.xsp1
1 files changed, 0 insertions, 1 deletions
diff --git a/xs/xsp/TriangleMesh.xsp b/xs/xsp/TriangleMesh.xsp
index a188e0b8d..3cfbaa54d 100644
--- a/xs/xsp/TriangleMesh.xsp
+++ b/xs/xsp/TriangleMesh.xsp
@@ -46,7 +46,6 @@ TriangleMesh::ReadFromPerl(vertices, facets)
SV* facets
CODE:
stl_file &stl = THIS->stl;
- stl.error = 0;
stl.stats.type = inmemory;
// count facets and allocate memory