diff options
author | Chris Robinson <[email protected]> | 2014-07-03 20:59:44 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-07-03 20:59:44 -0700 |
commit | fda5bc2bd2dac0c39f420a8de639c42d34d545a3 (patch) | |
tree | 6ffbc21e13e4561b2f19b0c70d0cd192e4baad67 /OpenAL32 | |
parent | 5303ee25886116d78854374e16e16456741655bf (diff) |
AL_SOFT_MSADPCM is functionally complete
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index c38a98f9..8cd270d7 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -245,12 +245,6 @@ ALC_API void ALC_APIENTRY alcGetInteger64vSOFT(ALCdevice *device, ALCenum pname, #endif #endif -#ifndef AL_SOFT_MSADPCM -#define AL_SOFT_MSADPCM 1 -#define AL_FORMAT_MONO_MSADPCM_SOFT 0x1302 -#define AL_FORMAT_STEREO_MSADPCM_SOFT 0x1303 -#endif - #ifdef IN_IDE_PARSER /* KDevelop's parser doesn't recognize the C99-standard restrict keyword, but |