From 28d39948d72b8c26b2863a167149c2c2ca232062 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 23 Sep 2008 22:37:33 +0200 Subject: 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. --- src/songvec.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/songvec.h') 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 */ -- cgit v1.2.3