aboutsummaryrefslogtreecommitdiff
path: root/src/output_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/output_internal.h')
-rw-r--r--src/output_internal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/output_internal.h b/src/output_internal.h
index 3e737127..3da40c36 100644
--- a/src/output_internal.h
+++ b/src/output_internal.h
@@ -21,7 +21,6 @@
#define MPD_OUTPUT_INTERNAL_H
#include "audio_format.h"
-#include "pcm_buffer.h"
#include <glib.h>
@@ -141,11 +140,6 @@ struct audio_output {
struct audio_format out_audio_format;
/**
- * The buffer used to allocate the cross-fading result.
- */
- struct pcm_buffer cross_fade_buffer;
-
- /**
* The filter object of this audio output. This is an
* instance of chain_filter_plugin.
*/