diff options
author | Chris Robinson <[email protected]> | 2011-08-20 04:58:50 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-08-20 04:58:50 -0700 |
commit | 9b615a0adda64fa8cdb6c30c29909885300ee237 (patch) | |
tree | 1aff339f6060152510d8b37a17710977ef201918 | |
parent | 454003403919e6856a8d93623c08346e02c06189 (diff) |
Remove some spaces
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -217,7 +217,6 @@ static const ALCfunction alcFunctions[] = { { "alGetFilteriv", (ALCvoid *) alGetFilteriv }, { "alGetFilterf", (ALCvoid *) alGetFilterf }, { "alGetFilterfv", (ALCvoid *) alGetFilterfv }, - { "alGenEffects", (ALCvoid *) alGenEffects }, { "alDeleteEffects", (ALCvoid *) alDeleteEffects }, { "alIsEffect", (ALCvoid *) alIsEffect }, @@ -229,7 +228,6 @@ static const ALCfunction alcFunctions[] = { { "alGetEffectiv", (ALCvoid *) alGetEffectiv }, { "alGetEffectf", (ALCvoid *) alGetEffectf }, { "alGetEffectfv", (ALCvoid *) alGetEffectfv }, - { "alGenAuxiliaryEffectSlots", (ALCvoid *) alGenAuxiliaryEffectSlots}, { "alDeleteAuxiliaryEffectSlots",(ALCvoid *) alDeleteAuxiliaryEffectSlots}, { "alIsAuxiliaryEffectSlot", (ALCvoid *) alIsAuxiliaryEffectSlot }, |