aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alcmain.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/alcmain.h')
-rw-r--r--alc/alcmain.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/alc/alcmain.h b/alc/alcmain.h
index 762d778e..fa5fbdf1 100644
--- a/alc/alcmain.h
+++ b/alc/alcmain.h
@@ -221,7 +221,6 @@ struct ALCdevice : public al::intrusive_ref<ALCdevice> {
std::chrono::nanoseconds FixedLatency{0};
/* Temp storage used for mixer processing. */
- alignas(16) float SourceData[BufferLineSize + MaxResamplerPadding];
alignas(16) float ResampledData[BufferLineSize];
alignas(16) float FilteredData[BufferLineSize];
union {