diff options
Diffstat (limited to 'src/CGAL_renderer.h')
-rw-r--r-- | src/CGAL_renderer.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/CGAL_renderer.h b/src/CGAL_renderer.h index a8bdc43..acc902f 100644 --- a/src/CGAL_renderer.h +++ b/src/CGAL_renderer.h @@ -39,13 +39,6 @@ using CGAL::OGL::SNC_BOUNDARY; using CGAL::OGL::SNC_SKELETON; -namespace OpenSCAD -{ - -namespace OGL -{ - - class Polyhedron : public CGAL::OGL::Polyhedron { public: @@ -108,8 +101,4 @@ private: }; // Polyhedron -} // namespace OGL - -} // namespace OpenSCAD - #endif // CGAL_RENDERER_H |