aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/DatabasePrint.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-04-26 22:59:21 +0200
committerMax Kellermann <max@duempel.org>2014-04-26 22:59:21 +0200
commitfcb55f841ae4772ee94f80eed5b45947ef644337 (patch)
tree3f3b2f09d055439febb9b3a973578f60ad25d823 /src/db/DatabasePrint.hxx
parent154e601f4e99e5334005279eb64ba6a541d9e844 (diff)
downloadmpd-fcb55f841ae4772ee94f80eed5b45947ef644337.tar.gz
mpd-fcb55f841ae4772ee94f80eed5b45947ef644337.tar.xz
mpd-fcb55f841ae4772ee94f80eed5b45947ef644337.zip
DatabasePrint: move PrintSongCount() to Count.cxx
Diffstat (limited to '')
-rw-r--r--src/db/DatabasePrint.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/db/DatabasePrint.hxx b/src/db/DatabasePrint.hxx
index 4e71a7552..2ab5e703d 100644
--- a/src/db/DatabasePrint.hxx
+++ b/src/db/DatabasePrint.hxx
@@ -37,12 +37,6 @@ bool
db_selection_print(Client &client, const DatabaseSelection &selection,
bool full, bool base, Error &error);
-gcc_nonnull(2)
-bool
-PrintSongCount(Client &client, const char *name,
- const SongFilter *filter,
- Error &error);
-
bool
PrintUniqueTags(Client &client, unsigned type, uint32_t group_mask,
const SongFilter *filter,