aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/DatabasePrint.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-04-24 18:09:39 +0200
committerMax Kellermann <max@duempel.org>2014-04-24 18:09:39 +0200
commit0de42d56fc000eca07ee6c9cc750d391be994397 (patch)
tree205701756a2cd988e097d717236cd04eca374794 /src/db/DatabasePrint.cxx
parent6378ad69bb053b89495c1ad957fe4774d0c19bb9 (diff)
downloadmpd-0de42d56fc000eca07ee6c9cc750d391be994397.tar.gz
mpd-0de42d56fc000eca07ee6c9cc750d391be994397.tar.xz
mpd-0de42d56fc000eca07ee6c9cc750d391be994397.zip
DatabasePrint: eliminate printAllIn(), printInfoForAllIn()
Diffstat (limited to 'src/db/DatabasePrint.cxx')
-rw-r--r--src/db/DatabasePrint.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/db/DatabasePrint.cxx b/src/db/DatabasePrint.cxx
index 0e91db5d5..4693b8e08 100644
--- a/src/db/DatabasePrint.cxx
+++ b/src/db/DatabasePrint.cxx
@@ -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)
{