Commit f3fc76e3 authored by Max Kellermann's avatar Max Kellermann

MusicChunk: remove obsolete prototypes

parent 3216f4b2
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment