diff options
author | Chris Robinson <[email protected]> | 2007-12-31 06:00:50 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2007-12-31 06:00:50 -0800 |
commit | 9382956b0ec459a696805a23656a9e94b6ed94d9 (patch) | |
tree | 1f3e24241db18502502a3cf625450f0491cfe803 | |
parent | 42027a3f948170ef4c3425512c32806d0e58a388 (diff) |
Remove obsolete comment
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 08f0a9ff..3449b57e 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -86,8 +86,6 @@ extern char _alDebug[256]; #define AL_FORMAT_MONO_IMA4 0x1300 #define AL_FORMAT_STEREO_IMA4 0x1301 -// These are from AL_EXT_MCFORMATS, which we don't support yet but the mixer -// can use some of the extra formats #define AL_FORMAT_51CHN8 0x120A #define AL_FORMAT_51CHN16 0x120B #define AL_FORMAT_51CHN32 0x120C |