diff options
author | Chris Robinson <[email protected]> | 2010-03-23 21:05:29 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-03-23 21:05:29 -0700 |
commit | 702c62c9a241e5103e4e60fb451a1ed2fefe14f8 (patch) | |
tree | 8a63d4672398d074de6befe18d79458135921d11 /OpenAL32 | |
parent | 661059bf0f6fb03eed305207d935cb5bcbdfab27 (diff) |
Use a global handle to store the process-wide context
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 58c5ef6a..aea2b50e 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -312,7 +312,6 @@ struct ALCcontext_struct struct ALdatabuffer *SampleSink; ALenum LastError; - ALboolean InUse; ALboolean Suspended; |