From ca1fc13116cbac10711455b4e57e242b967c6f6e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 18 Jan 2010 10:21:57 +0100 Subject: decoder_api: removed function decoder_get_uri() Use input_stream.uri. --- src/decoder_api.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/decoder_api.c') diff --git a/src/decoder_api.c b/src/decoder_api.c index afabb76af..7dfe84062 100644 --- a/src/decoder_api.c +++ b/src/decoder_api.c @@ -79,15 +79,6 @@ decoder_initialized(struct decoder *decoder, &af_string)); } -char *decoder_get_uri(G_GNUC_UNUSED struct decoder *decoder) -{ - const struct decoder_control *dc = decoder->dc; - - assert(dc->pipe != NULL); - - return song_get_uri(dc->song); -} - enum decoder_command decoder_get_command(G_GNUC_UNUSED struct decoder * decoder) { const struct decoder_control *dc = decoder->dc; -- cgit v1.2.3