From d93ef357da510f2515556ff2cb51688a4e068805 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Mon, 5 Sep 2016 18:43:50 -0300 Subject: All elements implemented, switches implemented --- Project/Shunt.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Project/Shunt.h') 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 m_pointList; - std::vector m_movePts; }; -- cgit