aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-02-09 22:54:12 -0800
committerChris Robinson <[email protected]>2011-02-09 22:54:12 -0800
commitd9126eeb2c9e5b4d5d00027cd70aef0ae8900602 (patch)
treef7ab7ec7612102dc12c2055f3915807a23c37487 /OpenAL32/Include
parentd8048e136f48eb89795857da917167eaa7dcbe06 (diff)
Finalize the loop points extension as AL_SOFT_loop_points
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alMain.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 310e0d92..02153a86 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -69,11 +69,6 @@ AL_API ALvoid AL_APIENTRY alUnmapDatabufferEXT(ALuint uiBuffer);
#endif
#endif
-#ifndef AL_EXT_loop_points
-#define AL_EXT_loop_points 1
-#define AL_LOOP_POINTS 0x2015
-#endif
-
#if defined(HAVE_STDINT_H)
#include <stdint.h>