diff options
Diffstat (limited to 'src/DatabasePrint.hxx')
-rw-r--r-- | src/DatabasePrint.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/DatabasePrint.hxx b/src/DatabasePrint.hxx index b06d77165..95670502e 100644 --- a/src/DatabasePrint.hxx +++ b/src/DatabasePrint.hxx @@ -46,12 +46,6 @@ printInfoForAllIn(struct client *client, const char *uri_utf8, gcc_nonnull(1,2,3) bool -searchForSongsIn(struct client *client, const char *name, - const struct locate_item_list *criteria, - GError **error_r); - -gcc_nonnull(1,2,3) -bool findSongsIn(struct client *client, const char *name, const struct locate_item_list *criteria, GError **error_r); |