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/GCodeSender.cpp')
-rw-r--r--xs/src/libslic3r/GCodeSender.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/xs/src/libslic3r/GCodeSender.cpp b/xs/src/libslic3r/GCodeSender.cpp
index 5123ccbd2..9d3a45477 100644
--- a/xs/src/libslic3r/GCodeSender.cpp
+++ b/xs/src/libslic3r/GCodeSender.cpp
@@ -474,11 +474,4 @@ GCodeSender::reset()
}
-#ifdef SLIC3RXS
-#include <myinit.h>
-namespace Slic3r {
-__REGISTER_CLASS(GCodeSender, "GCode::Sender");
-}
-#endif
-
#endif