decoder_api: removed function decoder_get_uri()

Use input_stream.uri.
This commit is contained in:
Max Kellermann
2010-01-18 10:21:57 +01:00
parent 9cb7760c5e
commit ca1fc13116
7 changed files with 11 additions and 54 deletions

View File

@@ -53,15 +53,6 @@ decoder_initialized(struct decoder *decoder,
const struct audio_format *audio_format,
bool seekable, float total_time);
/**
* Returns the URI of the current song in UTF-8 encoding.
*
* @param decoder the decoder object
* @return an allocated string which must be freed with g_free()
*/
char *
decoder_get_uri(struct decoder *decoder);
/**
* Determines the pending decoder command.
*