aboutsummaryrefslogtreecommitdiffstats
path: root/src/locate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/locate.c')
-rw-r--r--src/locate.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/locate.c b/src/locate.c
index 9645da9cd..d4b902538 100644
--- a/src/locate.c
+++ b/src/locate.c
@@ -115,13 +115,6 @@ locate_item_list_casefold(const struct locate_item_list *list)
return new_list;
}
-void
-locate_item_free(struct locate_item *item)
-{
- g_free(item->needle);
- g_free(item);
-}
-
static bool
locate_tag_search(const struct song *song, enum tag_type type, const char *str)
{