diff options
Diffstat (limited to 'Project/Shunt.h')
-rw-r--r-- | Project/Shunt.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Project/Shunt.h b/Project/Shunt.h index 9f5064a..8369516 100644 --- a/Project/Shunt.h +++ b/Project/Shunt.h @@ -24,8 +24,6 @@ public: void UpdateSwitchesPosition(); void DrawGround(wxPoint2DDouble position) const; bool m_inserted = false; - std::vector<wxPoint2DDouble> m_pointList; - std::vector<wxPoint2DDouble> m_movePts; }; |