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/PlaceholderParser.cpp')
-rw-r--r--xs/src/libslic3r/PlaceholderParser.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/xs/src/libslic3r/PlaceholderParser.cpp b/xs/src/libslic3r/PlaceholderParser.cpp
index 4a73cd12b..57220628f 100644
--- a/xs/src/libslic3r/PlaceholderParser.cpp
+++ b/xs/src/libslic3r/PlaceholderParser.cpp
@@ -151,8 +151,4 @@ PlaceholderParser::find_and_replace(std::string &source, std::string const &find
return found;
}
-#ifdef SLIC3RXS
-REGISTER_CLASS(PlaceholderParser, "GCode::PlaceholderParser");
-#endif
-
}