diff options
author | Chris Robinson <[email protected]> | 2011-05-07 04:31:43 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-05-07 04:31:43 -0700 |
commit | a8fdcd30a54ae2bceb964e4f760fc872497fd7e2 (patch) | |
tree | 5d8975ed70f7ae4737c61765108642c58b0e5429 /OpenAL32/Include | |
parent | db3cb23c1d9508337852b1f9ca29bc74b6725e9f (diff) |
Some minor cleanups
Diffstat (limited to 'OpenAL32/Include')
-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 ec51eb44..2e6907e6 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -244,7 +244,6 @@ static __inline void InitializeCriticalSection(CRITICAL_SECTION *cs) pthread_mutexattr_destroy(&attrib); } - static __inline void DeleteCriticalSection(CRITICAL_SECTION *cs) { int ret; |