diff options
author | Chris Robinson <[email protected]> | 2019-05-24 06:25:18 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-05-24 06:25:18 -0700 |
commit | e90a6beaa2a2712d25bb6e32d0034298876bd0de (patch) | |
tree | 0e3960fce65532f14672d5f0543dc9e8f278429d /OpenAL32/Include | |
parent | 9c63bbd6ce90146939891f56cb0265e5d65ec846 (diff) |
Remove an unnecessary struct member
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alBuffer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenAL32/Include/alBuffer.h b/OpenAL32/Include/alBuffer.h index 22e99b99..1919dd5a 100644 --- a/OpenAL32/Include/alBuffer.h +++ b/OpenAL32/Include/alBuffer.h @@ -95,7 +95,6 @@ struct ALbuffer { FmtChannels mFmtChannels{}; FmtType mFmtType{}; - ALsizei BytesAlloc{0}; UserFmtType OriginalType{}; ALsizei OriginalSize{0}; |