diff options
author | Chris Robinson <[email protected]> | 2010-05-18 17:54:45 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-05-18 17:54:45 -0700 |
commit | 2d46a1001e5ff81276666cb7eec292396710122d (patch) | |
tree | 7cedecfb8dc9b258b42a87c9f7ba457033e43ee4 /OpenAL32/Include/alFilter.h | |
parent | 4edd7fe6476dc83fae162ab694984b17924968c3 (diff) |
Use a map for the filter list
Diffstat (limited to 'OpenAL32/Include/alFilter.h')
-rw-r--r-- | OpenAL32/Include/alFilter.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenAL32/Include/alFilter.h b/OpenAL32/Include/alFilter.h index 2b5d3e94..9f420d35 100644 --- a/OpenAL32/Include/alFilter.h +++ b/OpenAL32/Include/alFilter.h @@ -89,8 +89,6 @@ typedef struct ALfilter // Index to itself ALuint filter; - - struct ALfilter *next; } ALfilter; |