diff options
author | Chris Robinson <[email protected]> | 2012-04-19 22:32:04 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-04-19 22:32:04 -0700 |
commit | 60da5bd338f4e1b8b0e72994b080d0c806f3630b (patch) | |
tree | 6b87f117c3489182176f13acd4a7e5232057e3e5 /OpenAL32 | |
parent | c9e64596a4266bdb6a9b76e30068d725729123c3 (diff) |
Remove an unused field
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alAuxEffectSlot.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h index 5b3c723a..70bb8317 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -30,8 +30,6 @@ typedef struct ALeffectslot /* Self ID */ ALuint id; - - struct ALeffectslot *next; } ALeffectslot; |