aboutsummaryrefslogtreecommitdiff
path: root/src/locate.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-07 23:27:08 +0200
committerMax Kellermann <max@duempel.org>2012-08-07 23:27:08 +0200
commit0d46e118269689e2a98e8011f52bb4bb0459421a (patch)
tree59ccb194197f3d6e5b314cc5a622b1b58ac01a4a /src/locate.h
parentff58207034e63e9f87402f7e3c78080638cb1e2f (diff)
locate: remove unused function locate_item_free()
Diffstat (limited to 'src/locate.h')
-rw-r--r--src/locate.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/locate.h b/src/locate.h
index ec20ded2..9ebb2c4a 100644
--- a/src/locate.h
+++ b/src/locate.h
@@ -75,10 +75,6 @@ gcc_nonnull(1)
void
locate_item_list_free(struct locate_item_list *list);
-gcc_nonnull(1)
-void
-locate_item_free(struct locate_item *item);
-
gcc_nonnull(1,2)
bool
locate_song_search(const struct song *song,