mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-10 22:36:59 +00:00
Whiteboard: removed unused member variable.
This commit is contained in:
parent
ccaf603345
commit
59d6b580ca
@ -52,7 +52,6 @@ manager::manager():
|
||||
mapbuilder_(),
|
||||
highlighter_(),
|
||||
route_(),
|
||||
steps_(),
|
||||
move_arrow_(),
|
||||
fake_unit_(),
|
||||
selected_unit_(NULL),
|
||||
|
@ -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_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user