Skip to content

Commit

Permalink
Added range support for delete, need to merge normal and command mode…
Browse files Browse the repository at this point in the history
… into player
  • Loading branch information
boysetsfrog committed Aug 10, 2013
1 parent f5c2e5b commit 41fcb6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mode/command.cpp
Expand Up @@ -448,8 +448,7 @@ void Command::Delete(std::string const & arguments)
}
else
{
//\TODO delete selected song ?
ErrorString(ErrorNumber::InvalidParameter, "too many parameters");
screen_.ActiveWindow().DeleteLine(screen_.ActiveWindow().CurrentLine(), count_, false);
}
}
}
Expand Down

0 comments on commit 41fcb6b

Please sign in to comment.