diff options
Diffstat (limited to 'src/Tree.h')
-rw-r--r-- | src/Tree.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2,7 +2,6 @@ #define TREE_H_ #include "nodecache.h" -//#include "cgal.h" using std::string; @@ -19,7 +18,6 @@ public: // FIXME: Really return a reference? const string &getString(const AbstractNode &node) const; -// CGAL_Nef_polyhedron getCGALMesh(const AbstractNode &node) const; private: const AbstractNode *root_node; |