diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2016-09-05 18:43:50 -0300 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2016-09-05 18:43:50 -0300 |
commit | d93ef357da510f2515556ff2cb51688a4e068805 (patch) | |
tree | da24ff514d5d507252681365d7cda6b08576af23 /Project/Machines.h | |
parent | 47cebfc84d4ae315f4bf8ffb3d074b2b75781a1b (diff) | |
download | PSP.git-d93ef357da510f2515556ff2cb51688a4e068805.tar.gz PSP.git-d93ef357da510f2515556ff2cb51688a4e068805.tar.xz PSP.git-d93ef357da510f2515556ff2cb51688a4e068805.zip |
All elements implemented, switches implemented
Diffstat (limited to 'Project/Machines.h')
-rw-r--r-- | Project/Machines.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Project/Machines.h b/Project/Machines.h index e7758af..737e407 100644 --- a/Project/Machines.h +++ b/Project/Machines.h @@ -27,8 +27,6 @@ public: protected: void UpdateSwitchesPosition(); bool m_inserted = false; - std::vector<wxPoint2DDouble> m_pointList; - std::vector<wxPoint2DDouble> m_movePts; }; |