aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-03-30 23:41:47 -0700
committerChris Robinson <[email protected]>2019-03-30 23:41:47 -0700
commitd8c76ba0c06b49ef73697390594f7359cc9e7e71 (patch)
treee4b5ec5c5f62982f64f46ec0e3c451a4d9360882 /OpenAL32
parent89210cddb754ab714f2fb02570293290cd2ac065 (diff)
Remove a couple unused member variables
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index fb0d7d37..9c33779d 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -249,8 +249,6 @@ struct ALvoice {
ALuint mFlags;
- ALuint mOffset; /* Number of output samples mixed since starting. */
-
using ResamplePaddingArray = std::array<ALfloat,MAX_RESAMPLE_PADDING*2>;
alignas(16) std::array<ResamplePaddingArray,MAX_INPUT_CHANNELS> mPrevSamples;