diff options
author | Chris Robinson <[email protected]> | 2010-11-28 17:37:14 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-11-28 17:37:14 -0800 |
commit | f09ae196a83c8a64fdd29e60b30dc51a367cb1c9 (patch) | |
tree | 6175c49d6a1a7a8ebd65acb2c1e89e2750c027d1 /Alc/ALc.c | |
parent | 3e702ae2bca0e4536f55aaffaa61674da0108025 (diff) |
Avoid making Resampler[Pre]Padding static
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -366,9 +366,6 @@ static const ALchar alExtList[] = // Mixing Priority Level static ALint RTPrioLevel; -// Resampler Quality -resampler_t DefaultResampler; - // Output Log File static FILE *LogFile; |