aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
Diffstat (limited to 'Alc')
-rw-r--r--Alc/ALc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index e39ca2e7..c741ec55 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -1458,10 +1458,7 @@ static void ReleaseContext(ALCcontext *context, ALCdevice *device)
}
if(CompExchangePtr((XchgPtr*)&GlobalContext, context, NULL))
- {
- WARN("%p released while current\n", context);
ALCcontext_DecRef(context);
- }
LockDevice(device);
tmp_ctx = &device->ContextList;