Browse Source

Remove unused private vars

pull/17/head
Seth Hillbrand 8 years ago
parent
commit
296ada95a3
  1. 2
      pcbnew/ratsnest_data.cpp

2
pcbnew/ratsnest_data.cpp

@ -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…
Cancel
Save