aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-11-28 17:37:14 -0800
committerChris Robinson <[email protected]>2010-11-28 17:37:14 -0800
commitf09ae196a83c8a64fdd29e60b30dc51a367cb1c9 (patch)
tree6175c49d6a1a7a8ebd65acb2c1e89e2750c027d1 /Alc/ALc.c
parent3e702ae2bca0e4536f55aaffaa61674da0108025 (diff)
Avoid making Resampler[Pre]Padding static
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 0fab8171..d2bdf144 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -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;