diff options
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) */ |