aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_api.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-01-18 10:21:57 +0100
committerMax Kellermann <max@duempel.org>2010-01-18 10:21:57 +0100
commitca1fc13116cbac10711455b4e57e242b967c6f6e (patch)
tree35b734bbb1ada8fc04f8c1562d08ecc68636308d /src/decoder_api.h
parent9cb7760c5eb63cb6b7034ec9d2cdf9af2f198652 (diff)
decoder_api: removed function decoder_get_uri()
Use input_stream.uri.
Diffstat (limited to 'src/decoder_api.h')
-rw-r--r--src/decoder_api.h9
1 files changed, 0 insertions, 9 deletions
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
@@ -54,15 +54,6 @@ decoder_initialized(struct decoder *decoder,
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.
*
* @param decoder the decoder object