diff options
author | Chris Robinson <[email protected]> | 2019-03-30 23:41:47 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-03-30 23:41:47 -0700 |
commit | d8c76ba0c06b49ef73697390594f7359cc9e7e71 (patch) | |
tree | e4b5ec5c5f62982f64f46ec0e3c451a4d9360882 /OpenAL32 | |
parent | 89210cddb754ab714f2fb02570293290cd2ac065 (diff) |
Remove a couple unused member variables
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alu.h | 2 |
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; |