diff options
author | Max Kellermann <max@duempel.org> | 2014-02-07 00:29:07 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-07 00:42:14 +0100 |
commit | c13810ebaa7075284691eb2add089ba407dfd1ea (patch) | |
tree | 1ebeb2104ee4a3e73f49416267aec2e79943821b /src/Mapper.hxx | |
parent | 19a982cf693e660ce296a29a9830f1e94d9f1b4c (diff) | |
download | mpd-c13810ebaa7075284691eb2add089ba407dfd1ea.tar.gz mpd-c13810ebaa7075284691eb2add089ba407dfd1ea.tar.xz mpd-c13810ebaa7075284691eb2add089ba407dfd1ea.zip |
Mapper: move map_song_detach() to db/DatabaseSong.cxx
Use Storage::MapUTF8() internally, don't use global variables.
Diffstat (limited to '')
-rw-r--r-- | src/Mapper.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Mapper.hxx b/src/Mapper.hxx index a94a4fbb5..3ddee5568 100644 --- a/src/Mapper.hxx +++ b/src/Mapper.hxx @@ -92,14 +92,6 @@ AllocatedPath map_uri_fs(const char *uri); /** - * "Detach" the #Song object, i.e. convert it to a #DetachedSong - * instance. - */ -gcc_pure -DetachedSong -map_song_detach(const LightSong &song); - -/** * Determines the file system path of a song. This must not be a * remote song. * |