From f3fc76e3c821ae9a55ad9f5d1e71370b37431909 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 26 Sep 2013 22:34:43 +0200 Subject: MusicChunk: remove obsolete prototypes --- src/MusicChunk.hxx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src') diff --git a/src/MusicChunk.hxx b/src/MusicChunk.hxx index 5eb1d619b..a35684a1d 100644 --- a/src/MusicChunk.hxx +++ b/src/MusicChunk.hxx @@ -67,7 +67,7 @@ struct music_chunk { * An optional tag associated with this chunk (and the * following chunks); appears at song boundaries. The tag * object is owned by this chunk, and must be freed when this - * chunk is deinitialized in music_chunk_free() + * chunk is deinitialized. */ Tag *tag; @@ -143,10 +143,4 @@ struct music_chunk { bool Expand(AudioFormat af, size_t length); }; -void -music_chunk_init(struct music_chunk *chunk); - -void -music_chunk_free(struct music_chunk *chunk); - #endif -- cgit v1.2.3