diff --git a/src/client/Client.h b/src/client/Client.h index 038799f..9dd0311 100644 --- a/src/client/Client.h +++ b/src/client/Client.h @@ -78,8 +78,6 @@ class Client bool m_drawing_shot; float m_drawing_shot_distance; bool m_shot_fired; - std::list< refptr > m_shots; - typedef std::list< refptr >::iterator m_shots_iterator_t; }; #endif