diff options
Diffstat (limited to 'src/decoder_api.h')
-rw-r--r-- | src/decoder_api.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/decoder_api.h b/src/decoder_api.h index 8fe9dd4e9..8c7133251 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 |