Remove unused private vars
This commit is contained in:
parent
5b44e80355
commit
296ada95a3
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue