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:
@@ -33,7 +33,6 @@
|
||||
|
||||
struct sticker_song_find_data {
|
||||
Response &r;
|
||||
Partition &partition;
|
||||
const char *name;
|
||||
};
|
||||
|
||||
@@ -44,7 +43,7 @@ sticker_song_find_print_cb(const LightSong &song, const char *value,
|
||||
struct sticker_song_find_data *data =
|
||||
(struct sticker_song_find_data *)user_data;
|
||||
|
||||
song_print_uri(data->r, data->partition, song);
|
||||
song_print_uri(data->r, song);
|
||||
sticker_print_value(data->r, data->name, value);
|
||||
}
|
||||
|
||||
@@ -137,7 +136,6 @@ handle_sticker_song(Response &r, Partition &partition, Request args)
|
||||
|
||||
struct sticker_song_find_data data = {
|
||||
r,
|
||||
partition,
|
||||
args[3],
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user