diff options
author | Chris Robinson <[email protected]> | 2013-05-20 00:14:36 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-05-20 00:14:36 -0700 |
commit | 1c523df16044730986ec745170d724fa82015ea0 (patch) | |
tree | f40dbaa2e4f582da904caf2d40c8da2b3f94d80c /OpenAL32 | |
parent | 6aa722808e63877a34736c75eea46c5696a0fc0e (diff) |
Remove an unused macro
Diffstat (limited to 'OpenAL32')
-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 e6f45acf..d234ae13 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -96,8 +96,6 @@ static __inline int sched_yield(void) #include <time.h> #include <errno.h> -#define IsBadWritePtr(a,b) ((a) == NULL && (b) != 0) - typedef pthread_mutex_t CRITICAL_SECTION; void InitializeCriticalSection(CRITICAL_SECTION *cs); void DeleteCriticalSection(CRITICAL_SECTION *cs); |