Don't mention which rendering methods aren't used

This commit is contained in:
Chris Robinson 2019-03-25 23:17:34 -07:00
parent a57116f788
commit 4c32e55ac2

View File

@ -971,7 +971,6 @@ no_hrtf:
if(old_hrtf)
old_hrtf->DecRef();
old_hrtf = nullptr;
TRACE("HRTF disabled\n");
device->mRenderMode = StereoPair;
@ -988,8 +987,6 @@ no_hrtf:
return;
}
TRACE("BS2B disabled\n");
const char *mode;
if(ConfigValueStr(device->DeviceName.c_str(), nullptr, "stereo-encoding", &mode))
{
@ -1006,7 +1003,7 @@ no_hrtf:
return;
}
TRACE("UHJ disabled\n");
TRACE("Stereo rendering\n");
InitPanning(device);
}