summaryrefslogtreecommitdiffstats
path: root/Project/Shunt.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2016-09-05 18:43:50 -0300
committerThales1330 <thaleslima.ufu@gmail.com>2016-09-05 18:43:50 -0300
commitd93ef357da510f2515556ff2cb51688a4e068805 (patch)
treeda24ff514d5d507252681365d7cda6b08576af23 /Project/Shunt.h
parent47cebfc84d4ae315f4bf8ffb3d074b2b75781a1b (diff)
downloadPSP.git-d93ef357da510f2515556ff2cb51688a4e068805.tar.gz
PSP.git-d93ef357da510f2515556ff2cb51688a4e068805.tar.xz
PSP.git-d93ef357da510f2515556ff2cb51688a4e068805.zip
All elements implemented, switches implemented
Diffstat (limited to 'Project/Shunt.h')
-rw-r--r--Project/Shunt.h2
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;
};