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/MotionPlanner.cpp')
-rw-r--r--xs/src/libslic3r/MotionPlanner.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/xs/src/libslic3r/MotionPlanner.cpp b/xs/src/libslic3r/MotionPlanner.cpp
index d35a89ec5..836be3e20 100644
--- a/xs/src/libslic3r/MotionPlanner.cpp
+++ b/xs/src/libslic3r/MotionPlanner.cpp
@@ -391,8 +391,4 @@ MotionPlannerGraph::shortest_path(size_t from, size_t to)
return polyline;
}
-#ifdef SLIC3RXS
-REGISTER_CLASS(MotionPlanner, "MotionPlanner");
-#endif
-
}