diff --git a/stepmania/src/RageSound.cpp b/stepmania/src/RageSound.cpp index df6791af8c..eb8e096c50 100644 --- a/stepmania/src/RageSound.cpp +++ b/stepmania/src/RageSound.cpp @@ -69,17 +69,11 @@ RageSound::RageSound(): m_iStoppedSourceFrame = 0; m_iMaxDriverFrame = 0; m_bPlaying = false; - - /* Register ourself last, once everything is initialized. */ - SOUNDMAN->RegisterSound( this ); } RageSound::~RageSound() { Unload(); - - /* Unregister ourself. */ - SOUNDMAN->UnregisterSound( this ); } RageSound::RageSound( const RageSound &cpy ):