diff options
author | Eric Wong <normalperson@yhbt.net> | 2008-09-23 22:37:33 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-23 22:37:33 +0200 |
commit | 28d39948d72b8c26b2863a167149c2c2ca232062 (patch) | |
tree | 3c6663974d462acf21c3ce3dbe83309a94fab694 /src/songvec.h | |
parent | 3f0ae13c4b409bcf39d926f5e73d5eb0feff6eb3 (diff) | |
download | mpd-28d39948d72b8c26b2863a167149c2c2ca232062.tar.gz mpd-28d39948d72b8c26b2863a167149c2c2ca232062.tar.xz mpd-28d39948d72b8c26b2863a167149c2c2ca232062.zip |
songvec: remove songvec_prune
Any pruned files will be noticed during update and pruned
from the live database, so this inefficient function can
go away and never come back.
Diffstat (limited to '')
-rw-r--r-- | src/songvec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/songvec.h b/src/songvec.h index ada7c262d..f346b5277 100644 --- a/src/songvec.h +++ b/src/songvec.h @@ -19,6 +19,4 @@ void songvec_add(struct songvec *sv, Song *add); void songvec_free(struct songvec *sv); -void songvec_prune(struct songvec *sv); - #endif /* SONGVEC_H */ |