diff options
author | Chris Robinson <[email protected]> | 2017-06-29 17:38:38 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-06-29 17:38:38 -0700 |
commit | 8a0d1e5191973999dd1d406f57a874e25918e549 (patch) | |
tree | 0ae0977b721f0d7700c2e79f190b1ca10e2db4c8 /OpenAL32/Include | |
parent | d874b6bb275a42f841b146ee686e08bca36c6aa6 (diff) |
Store the QSA backend's ExtraData in the wrapper struct
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index be80020b..6bb328e1 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -807,8 +807,6 @@ struct ALCdevice_struct almtx_t BackendLock; struct ALCbackend *Backend; - void *ExtraData; // For the backend's use - ALCdevice *volatile next; /* Memory space used by the default slot (Playback devices only) */ |