aboutsummaryrefslogtreecommitdiffstats
path: root/src/MusicChunk.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-09-26 22:34:43 +0200
committerMax Kellermann <max@duempel.org>2013-09-26 22:34:43 +0200
commitf3fc76e3c821ae9a55ad9f5d1e71370b37431909 (patch)
tree75f20ced74bc35561dec54163f8473156d646abe /src/MusicChunk.hxx
parent3216f4b25753d566793173c7a4f53a126ac37744 (diff)
downloadmpd-f3fc76e3c821ae9a55ad9f5d1e71370b37431909.tar.gz
mpd-f3fc76e3c821ae9a55ad9f5d1e71370b37431909.tar.xz
mpd-f3fc76e3c821ae9a55ad9f5d1e71370b37431909.zip
MusicChunk: remove obsolete prototypes
Diffstat (limited to 'src/MusicChunk.hxx')
-rw-r--r--src/MusicChunk.hxx8
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