diff options
Diffstat (limited to 'src/node.h')
-rw-r--r-- | src/node.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -54,11 +54,6 @@ public: void progress_report() const; int idx; // Node index (unique per tree) - - // FIXME: Rewrite to visitor -#ifdef ENABLE_CGAL - class CSGTerm *render_csg_term_from_nef(double m[20], QVector<CSGTerm*> *highlights, QVector<CSGTerm*> *background, const char *statement, int convexity) const; -#endif }; class AbstractIntersectionNode : public AbstractNode |