aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r--Alc/ALu.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index 602bd487..c92a29d3 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -1046,8 +1046,6 @@ ALvoid aluHandleDisconnect(ALCdevice *device)
ALsource *source;
ALsizei pos;
- SuspendContext(Context);
-
for(pos = 0;pos < Context->SourceMap.size;pos++)
{
source = Context->SourceMap.array[pos].value;
@@ -1059,7 +1057,6 @@ ALvoid aluHandleDisconnect(ALCdevice *device)
source->position_fraction = 0;
}
}
- ProcessContext(Context);
}
device->Connected = ALC_FALSE;