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/DatabaseQueue.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/DatabaseQueue.hxx') diff --git a/src/DatabaseQueue.hxx b/src/DatabaseQueue.hxx index a7ff13d6..546836ca 100644 --- a/src/DatabaseQueue.hxx +++ b/src/DatabaseQueue.hxx @@ -31,9 +31,4 @@ bool findAddIn(struct player_control *pc, const char *name, const struct locate_item_list *criteria, GError **error_r); -gcc_nonnull(1,2,3) -bool -search_add_songs(struct player_control *pc, const char *uri, - const struct locate_item_list *criteria, GError **error_r); - #endif -- cgit v1.2.3