diff options
author | Chris Robinson <[email protected]> | 2011-07-02 02:54:05 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-07-02 02:54:05 -0700 |
commit | 7b87519c15fbb5b07e20ccdce6da13777548eee1 (patch) | |
tree | 21e4a1b5ee9825e2a2ca86bb4e727f6f06b56095 /OpenAL32/Include | |
parent | 14bfe0293a94c240be5b8c23998af6a6b8bbea20 (diff) |
Move functions to where they're used
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index ff1b3d4f..8b8db208 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -518,9 +518,6 @@ void SetDefaultWFXChannelOrder(ALCdevice *device); const ALCchar *DevFmtTypeString(enum DevFmtType type); const ALCchar *DevFmtChannelsString(enum DevFmtChannels chans); -ALboolean IsValidType(ALenum type); -ALboolean IsValidChannels(ALenum type); - #define HRIR_BITS (5) #define HRIR_LENGTH (1<<HRIR_BITS) #define HRIR_MASK (HRIR_LENGTH-1) |