finally kill NC::List

This commit is contained in:
Andrzej Rybczak
2012-09-02 20:55:22 +02:00
parent 5e8d1673e0
commit 684d871506
21 changed files with 1 additions and 105 deletions

View File

@@ -564,19 +564,6 @@ void PlaylistEditor::Locate(const std::string &name)
SwitchTo();
}
NC::List *PlaylistEditor::GetList()
{
if (w == Playlists)
return Playlists;
else if (w == Content)
return Content;
else // silence compiler
{
assert(false);
return 0;
}
}
namespace {//
std::string SongToString(const MPD::Song &s)