diff options
-rw-r--r-- | base/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/base/main.cpp b/base/main.cpp index 7e6062aba7..9ab982e0cd 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -252,9 +252,6 @@ static int runGame(const Plugin *plugin, OSystem &system, const Common::String & // Free up memory delete engine; - // Stop all sound processing now (this prevents some race conditions later on) - system.clearSoundCallback(); - // Reset the file/directory mappings Common::File::resetDefaultDirectories(); |