diff --git a/src/CGALEvaluator.h b/src/CGALEvaluator.h index 818f520c..07d531f5 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 ChildItem; typedef std::list ChildList; std::map visitedchildren;