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 f880adea5..36e3748b5 100644 --- a/src/song.h +++ b/src/song.h @@ -69,8 +69,6 @@ void readSongInfoIntoList(FILE * fp, SongList * list, int updateSongInfo(Song * song); -Song * songDup(Song * song); - void printSongUrl(FILE * fp, Song * song); char * getSongUrl(Song * song); |