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/Machines.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Project/Machines.h') 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 m_pointList; - std::vector m_movePts; }; -- cgit