diff options
author | Chris Robinson <[email protected]> | 2014-04-16 08:00:54 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-04-16 08:00:54 -0700 |
commit | 2149ccd985427e1ad0db6d8e3e3769a1370f92f9 (patch) | |
tree | 226d12868373190e467e5a1f5b38d87a79ea7b2e /OpenAL32 | |
parent | c6dd4792292194589a535da703c4a3efd10eb6c8 (diff) |
Remove almtx_normal and almtx_errorcheck
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/threads.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenAL32/Include/threads.h b/OpenAL32/Include/threads.h index 943ef045..847ade7f 100644 --- a/OpenAL32/Include/threads.h +++ b/OpenAL32/Include/threads.h @@ -15,9 +15,7 @@ enum { enum { almtx_plain = 0, almtx_recursive = 1, - almtx_timed = 2, - almtx_normal = 4, - almtx_errorcheck = 8 + almtx_timed = 2 }; |