From 7dd1b1f66ff7a0ffd1556866476043b7740bead4 Mon Sep 17 00:00:00 2001 From: xethm55 Date: Mon, 8 Oct 2012 19:30:36 -0400 Subject: [PATCH] Remove m_shots vector --- src/client/Client.h | 2 -- 1 file changed, 2 deletions(-) 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