aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/wave.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-01-19 19:28:34 -0800
committerChris Robinson <[email protected]>2008-01-19 19:28:34 -0800
commit86b7b3d54b7b753148612919a17610058841ed64 (patch)
tree2582c9d49435982cdb002c4ca3949537ddeb5270 /Alc/wave.c
parent799ba1f9541c1310186805bd3e276eb9fc708ca2 (diff)
Remove duplication of setting the max source count
Diffstat (limited to 'Alc/wave.c')
-rw-r--r--Alc/wave.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/wave.c b/Alc/wave.c
index de4c87db..bed94714 100644
--- a/Alc/wave.c
+++ b/Alc/wave.c
@@ -212,7 +212,6 @@ static ALCboolean wave_open_playback(ALCdevice *device, const ALCchar *deviceNam
data->DataStart = ftell(data->f);
- device->MaxNoOfSources = 256;
device->UpdateFreq = max(device->UpdateFreq, 2048);
data->size = device->UpdateFreq;