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

@@ -85,11 +85,6 @@ decoder_initialized(struct decoder *decoder,
decoder->initialized = true;
}
char *decoder_get_uri(struct decoder *decoder)
{
return g_strdup(decoder->uri);
}
enum decoder_command
decoder_get_command(G_GNUC_UNUSED struct decoder *decoder)
{