From 88424d256390e9c8aad24ed185381dc1297f51d5 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 22 Sep 2008 02:09:16 -0700 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/song.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/song.c') diff --git a/src/song.c b/src/song.c index 9be586281..abf8f348b 100644 --- a/src/song.c +++ b/src/song.c @@ -234,8 +234,6 @@ void readSongInfoIntoList(FILE * fp, Directory * parentDir) if (song) insertSongIntoList(sv, song); - if (isUpdatingDB()) /* only needed until we get rid of forked update */ - songvec_prune(sv); } int updateSongInfo(Song * song) -- cgit v1.2.3