Commit f3fc76e3 authored by Max Kellermann's avatar Max Kellermann

MusicChunk: remove obsolete prototypes

parent 3216f4b2
...@@ -67,7 +67,7 @@ struct music_chunk { ...@@ -67,7 +67,7 @@ struct music_chunk {
* An optional tag associated with this chunk (and the * An optional tag associated with this chunk (and the
* following chunks); appears at song boundaries. The tag * following chunks); appears at song boundaries. The tag
* object is owned by this chunk, and must be freed when this * object is owned by this chunk, and must be freed when this
* chunk is deinitialized in music_chunk_free() * chunk is deinitialized.
*/ */
Tag *tag; Tag *tag;
...@@ -143,10 +143,4 @@ struct music_chunk { ...@@ -143,10 +143,4 @@ struct music_chunk {
bool Expand(AudioFormat af, size_t length); bool Expand(AudioFormat af, size_t length);
}; };
void
music_chunk_init(struct music_chunk *chunk);
void
music_chunk_free(struct music_chunk *chunk);
#endif #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