diff options
author | Max Kellermann <max@duempel.org> | 2014-04-26 22:59:21 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-04-26 22:59:21 +0200 |
commit | fcb55f841ae4772ee94f80eed5b45947ef644337 (patch) | |
tree | 3f3b2f09d055439febb9b3a973578f60ad25d823 /src/db/DatabasePrint.hxx | |
parent | 154e601f4e99e5334005279eb64ba6a541d9e844 (diff) | |
download | mpd-fcb55f841ae4772ee94f80eed5b45947ef644337.tar.gz mpd-fcb55f841ae4772ee94f80eed5b45947ef644337.tar.xz mpd-fcb55f841ae4772ee94f80eed5b45947ef644337.zip |
DatabasePrint: move PrintSongCount() to Count.cxx
Diffstat (limited to 'src/db/DatabasePrint.hxx')
-rw-r--r-- | src/db/DatabasePrint.hxx | 6 |
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, |