diff options
author | Marius Kintel <marius@kintel.net> | 2013-10-20 18:38:11 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-10-20 18:38:11 (GMT) |
commit | a15b07a09c95637eae9e2185ea55a7b7e90d5c54 (patch) | |
tree | 71478932ddec5f6080461bac23038410b44c2d92 /src/CGALEvaluator.h | |
parent | 448f8b4142acb00efb7e57e575fe6d5aaabec47c (diff) |
removed unused member variable
Diffstat (limited to 'src/CGALEvaluator.h')
-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; |