diff options
Diffstat (limited to 'Source/Core/AudioCommon/Src/AudioCommon.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/Src/AudioCommon.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/Core/AudioCommon/Src/AudioCommon.cpp b/Source/Core/AudioCommon/Src/AudioCommon.cpp index 196ca37fdb..9e7100451a 100644 --- a/Source/Core/AudioCommon/Src/AudioCommon.cpp +++ b/Source/Core/AudioCommon/Src/AudioCommon.cpp @@ -70,13 +70,6 @@ namespace AudioCommon delete soundStream;
soundStream = NULL;
}
-
- // Check that soundstream already is stopped.
- while (soundStream)
- {
- ERROR_LOG(DSPHLE, "Waiting for sound stream");
- Common::SleepCurrentThread(2000);
- }
INFO_LOG(DSPHLE, "Done shutting down sound stream");
}
|
