From a15b07a09c95637eae9e2185ea55a7b7e90d5c54 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Sun, 20 Oct 2013 14:38:11 -0400 Subject: removed unused member variable 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 ChildItem; typedef std::list ChildList; std::map visitedchildren; -- cgit v0.10.1