removed unused member variable

brodykenrick-master
Marius Kintel 2013-10-20 14:38:11 -04:00
parent 448f8b4142
commit a15b07a09c
1 changed files with 0 additions and 1 deletions

View File

@ -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;