aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-08-20 04:58:50 -0700
committerChris Robinson <[email protected]>2011-08-20 04:58:50 -0700
commit9b615a0adda64fa8cdb6c30c29909885300ee237 (patch)
tree1aff339f6060152510d8b37a17710977ef201918
parent454003403919e6856a8d93623c08346e02c06189 (diff)
Remove some spaces
-rw-r--r--Alc/ALc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 3760477a..b1e5da18 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -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 },