Remove unused private vars

This commit is contained in:
Seth Hillbrand 2018-05-02 10:02:51 -07:00
parent 5b44e80355
commit 296ada95a3
1 changed files with 0 additions and 2 deletions

View File

@ -161,8 +161,6 @@ class RN_NET::TRIANGULATOR_STATE
{
private:
std::vector<CN_ANCHOR_PTR> m_allNodes;
std::vector<VECTOR2I> m_prevNodes;
std::vector<std::pair<int, int> > m_prevEdges;
std::list<hed::EDGE_PTR> hedTriangulation( std::vector<hed::NODE_PTR>& aNodes )
{