Removing unused next_cache_count_ member of PolyConnectivity.

This commit is contained in:
Hans-Christian Ebke
2015-12-15 17:57:22 +01:00
parent 451c8f827d
commit 4290b62f90
2 changed files with 11 additions and 12 deletions

View File

@@ -1577,7 +1577,6 @@ private: // Working storage for add_face()
};
std::vector<AddFaceEdgeInfo> edgeData_; //
std::vector<std::pair<HalfedgeHandle, HalfedgeHandle> > next_cache_; // cache for set_next_halfedge and vertex' set_halfedge
uint next_cache_count_;
};