From 37ec29b225095e9c02b974134e056f8ba1a8678c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 7 Feb 2014 18:48:38 +0100 Subject: Mapper: remove unused function map_song_fs() --- src/Mapper.hxx | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'src/Mapper.hxx') diff --git a/src/Mapper.hxx b/src/Mapper.hxx index 3ddee5568..a9551c929 100644 --- a/src/Mapper.hxx +++ b/src/Mapper.hxx @@ -91,25 +91,6 @@ gcc_pure AllocatedPath map_uri_fs(const char *uri); -/** - * Determines the file system path of a song. This must not be a - * remote song. - * - * @param song the song object - * @return the path in file system encoding, or nullptr if mapping failed - */ -gcc_pure -AllocatedPath -map_song_fs(const Song &song); - -#endif - -gcc_pure -AllocatedPath -map_song_fs(const DetachedSong &song); - -#ifdef ENABLE_DATABASE - /** * Maps a file system path (relative to the music directory or * absolute) to a relative path in UTF-8 encoding. -- cgit v1.2.3