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:
Diffstat (limited to 'xs/src/libslic3r/PerimeterGenerator.cpp')
-rw-r--r--xs/src/libslic3r/PerimeterGenerator.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/xs/src/libslic3r/PerimeterGenerator.cpp b/xs/src/libslic3r/PerimeterGenerator.cpp
index 969a85259..5a69f4f20 100644
--- a/xs/src/libslic3r/PerimeterGenerator.cpp
+++ b/xs/src/libslic3r/PerimeterGenerator.cpp
@@ -497,10 +497,6 @@ PerimeterGenerator::_fill_gaps(double min, double max, double w,
return coll;
}
-#ifdef SLIC3RXS
-REGISTER_CLASS(PerimeterGenerator, "Layer::PerimeterGenerator");
-#endif
-
bool
PerimeterGeneratorLoop::is_external() const
{