diff options
-rw-r--r-- | src/CGALEvaluator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CGALEvaluator.h b/src/CGALEvaluator.h index 818f520..07d531f 100644 --- a/src/CGALEvaluator.h +++ b/src/CGALEvaluator.h @@ -36,7 +36,6 @@ private: CGAL_Nef_polyhedron applyHull(const CgaladvNode &node); CGAL_Nef_polyhedron applyResize(const CgaladvNode &node); - std::string currindent; typedef std::pair<const AbstractNode *, CGAL_Nef_polyhedron> ChildItem; typedef std::list<ChildItem> ChildList; std::map<int, ChildList> visitedchildren; |