diff options
Diffstat (limited to 'src/songvec.h')
-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 */ |