diff options
Diffstat (limited to '')
-rw-r--r-- | src/song.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/song.h b/src/song.h index b5f316955..fddd5ccfd 100644 --- a/src/song.h +++ b/src/song.h @@ -42,8 +42,6 @@ song_alloc(const char *url, struct _Directory *parent); Song *newSong(const char *url, struct _Directory *parentDir); -void freeSong(Song *); - void freeJustSong(Song *); int updateSongInfo(Song * song); |