clean NCurse::List class a bit and remove a few redundant functions
This commit is contained in:
@@ -213,11 +213,11 @@ void PlaylistEditor::SpacePressed()
|
||||
{
|
||||
if (Config.space_selects && w == Content)
|
||||
{
|
||||
Content->SelectCurrent();
|
||||
Content->Select(Content->Choice(), !Content->isSelected());
|
||||
w->Scroll(wDown);
|
||||
return;
|
||||
}
|
||||
AddToPlaylist(0);
|
||||
else
|
||||
AddToPlaylist(0);
|
||||
}
|
||||
|
||||
void PlaylistEditor::MouseButtonPressed(MEVENT me)
|
||||
|
||||
Reference in New Issue
Block a user