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.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/xs/src/libslic3r/PerimeterGenerator.cpp b/xs/src/libslic3r/PerimeterGenerator.cpp
index e9153923f..f1108fcbd 100644
--- a/xs/src/libslic3r/PerimeterGenerator.cpp
+++ b/xs/src/libslic3r/PerimeterGenerator.cpp
@@ -534,12 +534,6 @@ PerimeterGenerator::_variable_width(const ThickPolylines &polylines, ExtrusionRo
}
bool
-PerimeterGeneratorLoop::is_external() const
-{
- return this->depth == 0;
-}
-
-bool
PerimeterGeneratorLoop::is_internal_contour() const
{
if (this->is_contour) {