diff options
Diffstat (limited to 'src/csgnode.h')
-rw-r--r-- | src/csgnode.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/csgnode.h b/src/csgnode.h index 3d08b81..4601dc8 100644 --- a/src/csgnode.h +++ b/src/csgnode.h @@ -3,9 +3,6 @@ #include "node.h" #include "visitor.h" -#ifdef ENABLE_CGAL -# include "cgal.h" -#endif enum csg_type_e { CSG_TYPE_UNION, @@ -23,9 +20,6 @@ public: } virtual std::string toString() const; -#ifdef ENABLE_CGAL - virtual CGAL_Nef_polyhedron renderCSGMesh() const; -#endif CSGTerm *render_csg_term(double m[20], QVector<CSGTerm*> *highlights, QVector<CSGTerm*> *background) const; #ifndef REMOVE_DUMP virtual QString dump(QString indent) const; |