From 0823711106912fc75f1bdb2461243b12ba670f8b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 7 Aug 2012 23:59:17 +0200 Subject: locate: add a per-item "fold_case" flag Merge locate_song_search() and locate_song_match(). --- src/DatabasePrint.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/DatabasePrint.hxx') diff --git a/src/DatabasePrint.hxx b/src/DatabasePrint.hxx index b06d77165..95670502e 100644 --- a/src/DatabasePrint.hxx +++ b/src/DatabasePrint.hxx @@ -44,12 +44,6 @@ bool printInfoForAllIn(struct client *client, const char *uri_utf8, GError **error_r); -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, -- cgit v1.2.3