diff options
Diffstat (limited to 'OpenAL32/Include')
-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 }; |