diff options
author | Chris Robinson <[email protected]> | 2014-11-22 22:33:19 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-11-22 22:33:19 -0800 |
commit | 7e716bfc4a2bf65055912f07ba4321bf40e2a03f (patch) | |
tree | b1386a23ef63b2d2991990abcd1158902cc4a780 /Alc/ALc.c | |
parent | 4f279557a6f9fa8102a18be26b0be44ccbb6e47e (diff) |
Remove a couple unnecessary traces
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1962,10 +1962,8 @@ static ALCenum UpdateDeviceParams(ALCdevice *device, const ALCint *attrList) device->Hrtf = NULL; if(device->FmtChans != DevFmtStereo) { - TRACE("HRTF %s\n", "disabled"); free(device->Bs2b); device->Bs2b = NULL; - TRACE("BS2B disabled\n"); } else { |