From 2149ccd985427e1ad0db6d8e3e3769a1370f92f9 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 16 Apr 2014 08:00:54 -0700 Subject: Remove almtx_normal and almtx_errorcheck --- OpenAL32/Include/threads.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'OpenAL32/Include') 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 }; -- cgit v1.2.3