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.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/decoder_api.h') diff --git a/src/decoder_api.h b/src/decoder_api.h index 8fe9dd4e..8c713325 100644 --- a/src/decoder_api.h +++ b/src/decoder_api.h @@ -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. * -- cgit v1.2.3