diff options
-rw-r--r-- | src/MusicChunk.hxx | 8 |
1 files changed, 1 insertions, 7 deletions
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 |