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/slic3r/GUI/3DScene.cpp')
-rw-r--r--xs/src/slic3r/GUI/3DScene.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/xs/src/slic3r/GUI/3DScene.cpp b/xs/src/slic3r/GUI/3DScene.cpp
index 5f61b37b3..e398a1c37 100644
--- a/xs/src/slic3r/GUI/3DScene.cpp
+++ b/xs/src/slic3r/GUI/3DScene.cpp
@@ -241,8 +241,4 @@ GLVertexArray::load_mesh(const TriangleMesh &mesh)
}
}
-#ifdef SLIC3RXS
-REGISTER_CLASS(GLVertexArray, "GUI::_3DScene::GLVertexArray");
-#endif
-
}