Whiteboard: removed unused member variable.

This commit is contained in:
Gabriel Morin 2010-07-22 03:11:32 +00:00
parent ccaf603345
commit 59d6b580ca
2 changed files with 0 additions and 2 deletions

View File

@ -52,7 +52,6 @@ manager::manager():
mapbuilder_(),
highlighter_(),
route_(),
steps_(),
move_arrow_(),
fake_unit_(),
selected_unit_(NULL),

View File

@ -131,7 +131,6 @@ private:
boost::scoped_ptr<highlight_visitor> highlighter_;
boost::scoped_ptr<pathfind::marked_route> route_;
std::vector<map_location> steps_;
arrow_ptr move_arrow_;
fake_unit_ptr fake_unit_;