From 0de42d56fc000eca07ee6c9cc750d391be994397 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 24 Apr 2014 18:09:39 +0200 Subject: DatabasePrint: eliminate printAllIn(), printInfoForAllIn() --- src/db/DatabasePrint.cxx | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/db/DatabasePrint.cxx') 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) { -- cgit v1.2.3