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
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2015-12-08 02:39:54 +0300
committerAlessandro Ranellucci <aar@cpan.org>2015-12-08 02:39:54 +0300
commit4913e90e100c093e81dd77f31e2cf39d844b9055 (patch)
tree2cbb9ded96107eb6db6d0ffdfd12b6ae33501976 /xs/src/libslic3r/SurfaceCollection.cpp
parent3fac8cd77e76da982219049629f3d9190cfcfbbf (diff)
Remove any Perl related code from libslic3r
Diffstat (limited to 'xs/src/libslic3r/SurfaceCollection.cpp')
-rw-r--r--xs/src/libslic3r/SurfaceCollection.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/xs/src/libslic3r/SurfaceCollection.cpp b/xs/src/libslic3r/SurfaceCollection.cpp
index 2e96d4b1e..2cb244c7a 100644
--- a/xs/src/libslic3r/SurfaceCollection.cpp
+++ b/xs/src/libslic3r/SurfaceCollection.cpp
@@ -117,8 +117,4 @@ SurfaceCollection::append(const SurfaceCollection &coll)
this->surfaces.insert(this->surfaces.end(), coll.surfaces.begin(), coll.surfaces.end());
}
-#ifdef SLIC3RXS
-REGISTER_CLASS(SurfaceCollection, "Surface::Collection");
-#endif
-
}