aboutsummaryrefslogtreecommitdiffstats
path: root/src/Mapper.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-07 18:48:38 +0100
committerMax Kellermann <max@duempel.org>2014-02-07 18:51:19 +0100
commit37ec29b225095e9c02b974134e056f8ba1a8678c (patch)
tree6e27de0565d13c55b96a0a736ac8588e2bf378d2 /src/Mapper.hxx
parentca7f6a26b56dc5be3f00b1ff0feea3bbbdad493b (diff)
downloadmpd-37ec29b225095e9c02b974134e056f8ba1a8678c.tar.gz
mpd-37ec29b225095e9c02b974134e056f8ba1a8678c.tar.xz
mpd-37ec29b225095e9c02b974134e056f8ba1a8678c.zip
Mapper: remove unused function map_song_fs()
Diffstat (limited to 'src/Mapper.hxx')
-rw-r--r--src/Mapper.hxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/Mapper.hxx b/src/Mapper.hxx
index 3ddee5568..a9551c929 100644
--- a/src/Mapper.hxx
+++ b/src/Mapper.hxx
@@ -92,25 +92,6 @@ 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.
*