Remove an unused variable.
Issue found by cppcheck.
This commit is contained in:
parent
14e5b72473
commit
d83ea423ea
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ editor_action_unit_delete* editor_action_unit_delete::clone() const
|
|||
|
||||
editor_action* editor_action_unit_delete::perform(map_context& /*mc*/) const
|
||||
{
|
||||
std::auto_ptr<editor_action> undo;
|
||||
//TODO
|
||||
//boost::scoped_ptr<editor_action> undo;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue