aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alEffect.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-05-18 17:41:06 -0700
committerChris Robinson <[email protected]>2010-05-18 17:41:06 -0700
commit4edd7fe6476dc83fae162ab694984b17924968c3 (patch)
tree2dbb88d8498d10d4dfb2b34dc6123e273be487d9 /OpenAL32/Include/alEffect.h
parentad5dfab428f9eea071cb0c17808d672c84d78ebb (diff)
Use a map for the effects list
Diffstat (limited to 'OpenAL32/Include/alEffect.h')
-rw-r--r--OpenAL32/Include/alEffect.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenAL32/Include/alEffect.h b/OpenAL32/Include/alEffect.h
index 6cbf0e5d..500b60a1 100644
--- a/OpenAL32/Include/alEffect.h
+++ b/OpenAL32/Include/alEffect.h
@@ -71,8 +71,6 @@ typedef struct ALeffect
// Index to itself
ALuint effect;
-
- struct ALeffect *next;
} ALeffect;