DatabasePrint: eliminate printAllIn(), printInfoForAllIn()

This commit is contained in:
Max Kellermann
2014-04-24 18:09:39 +02:00
parent 6378ad69bb
commit 0de42d56fc
3 changed files with 4 additions and 26 deletions

View File

@@ -216,21 +216,6 @@ searchStatsForSongsIn(Client &client, const char *name,
return true;
}
bool
printAllIn(Client &client, const char *uri_utf8, Error &error)
{
const DatabaseSelection selection(uri_utf8, true);
return db_selection_print(client, selection, false, false, error);
}
bool
printInfoForAllIn(Client &client, const char *uri_utf8,
Error &error)
{
const DatabaseSelection selection(uri_utf8, true);
return db_selection_print(client, selection, true, false, error);
}
static bool
PrintSongURIVisitor(Client &client, const LightSong &song)
{