From 804e3afd9f3875512c9f60a2693967ee9ff6d829 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 18 Jan 2007 09:08:51 +0000 Subject: [PATCH] unneeded --- stepmania/src/GameSoundManager.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stepmania/src/GameSoundManager.cpp b/stepmania/src/GameSoundManager.cpp index 12241cf0ce..0ddaaefadf 100644 --- a/stepmania/src/GameSoundManager.cpp +++ b/stepmania/src/GameSoundManager.cpp @@ -353,11 +353,6 @@ void GameSoundManager::Flush() while( g_bFlushing ) g_Mutex->Wait(); g_Mutex->Unlock(); - - /* The thread won't actually delete the sound, waiting for SOUNDMAN to do it in - * the main thread. Update it now, to make sure that the sound is actually deleted - * before returning. */ - SOUNDMAN->Update(); } int MusicThread_start( void *p )