diff options
author | Chris Robinson <[email protected]> | 2008-07-17 18:38:07 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-07-17 18:38:07 -0700 |
commit | e66bb09156bb69725f91b249a6cdf0082f7fad74 (patch) | |
tree | 3af0e44c09f04675330fd92657db00961f53451e /OpenAL32/Include/alMain.h | |
parent | 0042b1f80d1d702a432fcdfe56af17e0d7fa6ec9 (diff) |
Move (de)initialization into ALc.c and remove unneeded file
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-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 6bc5fd48..15512e7e 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -103,8 +103,6 @@ static inline void Sleep(ALuint t) extern "C" { #endif -extern CRITICAL_SECTION _alMutex; - extern char _alDebug[256]; #define AL_PRINT(...) do { \ |