diff options
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; }; |