diff options
author | Chris Robinson <[email protected]> | 2008-07-22 13:50:08 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-07-22 13:50:08 -0700 |
commit | 3a8c543f8bb814216fd3f68e4116e63b6d46215f (patch) | |
tree | 937e196ae068ff5f83525556afc2400a6f6edd22 /include/AL/alc.h | |
parent | 9e961564515f1ca006fcd8f88c6c15ee452ee95a (diff) |
Move ALC_ENUMERATE_ALL_EXT tokens to alext.h
Diffstat (limited to 'include/AL/alc.h')
-rw-r--r-- | include/AL/alc.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/AL/alc.h b/include/AL/alc.h index b0bbfbe7..dac94615 100644 --- a/include/AL/alc.h +++ b/include/AL/alc.h @@ -166,11 +166,6 @@ typedef void ALCvoid; #define ALC_ATTRIBUTES_SIZE 0x1002 #define ALC_ALL_ATTRIBUTES 0x1003 -/** - * ALC_ENUMERATE_ALL_EXT enums - */ -#define ALC_DEFAULT_ALL_DEVICES_SPECIFIER 0x1012 -#define ALC_ALL_DEVICES_SPECIFIER 0x1013 /** * Capture extension |