SongPrint: remove Storage::MapToRelativeUTF8() call
This code (added 7 years ago with commit b233c145f
) has been obsoleted
by the SongLoader class (added 3 years ago).
This commit is contained in:
@@ -23,22 +23,17 @@
|
||||
struct LightSong;
|
||||
class DetachedSong;
|
||||
class Response;
|
||||
struct Partition;
|
||||
|
||||
void
|
||||
song_print_info(Response &r, Partition &partition,
|
||||
const DetachedSong &song, bool base=false);
|
||||
song_print_info(Response &r, const DetachedSong &song, bool base=false);
|
||||
|
||||
void
|
||||
song_print_info(Response &r, Partition &partition,
|
||||
const LightSong &song, bool base=false);
|
||||
song_print_info(Response &r, const LightSong &song, bool base=false);
|
||||
|
||||
void
|
||||
song_print_uri(Response &r, Partition &partition,
|
||||
const LightSong &song, bool base=false);
|
||||
song_print_uri(Response &r, const LightSong &song, bool base=false);
|
||||
|
||||
void
|
||||
song_print_uri(Response &r, Partition &partition,
|
||||
const DetachedSong &song, bool base=false);
|
||||
song_print_uri(Response &r, const DetachedSong &song, bool base=false);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user