From 9aaa59f26f3f4ba4514c5f8955cd176094fd237c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 23 Dec 2006 10:07:20 +0000 Subject: [PATCH] remove id, registration; no longer needed --- stepmania/src/RageSound.cpp | 6 ------ 1 file changed, 6 deletions(-) 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 ):