aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder_internal.h')
-rw-r--r--src/decoder_internal.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/decoder_internal.h b/src/decoder_internal.h
index d89e68cf..1f331aa1 100644
--- a/src/decoder_internal.h
+++ b/src/decoder_internal.h
@@ -70,9 +70,6 @@ struct decoder {
/** the last tag received from the decoder plugin */
struct tag *decoder_tag;
- /** the chunk currently being written to */
- struct music_chunk *chunk;
-
struct replay_gain_info replay_gain_info;
/**
@@ -91,10 +88,4 @@ struct decoder {
struct music_chunk *
decoder_get_chunk(struct decoder *decoder);
-/**
- * Flushes the current chunk.
- */
-void
-decoder_flush_chunk(struct decoder *decoder);
-
#endif