From 61624d65392f3e816b8890ab6cf74ed6aef727dd Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Thu, 20 Jul 2006 04:36:15 +0000 Subject: [PATCH] This is handled by ScreenJukebox. --- stepmania/src/ScreenDemonstration.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/stepmania/src/ScreenDemonstration.cpp b/stepmania/src/ScreenDemonstration.cpp index 0afad3f7e9..3b2bc279c7 100644 --- a/stepmania/src/ScreenDemonstration.cpp +++ b/stepmania/src/ScreenDemonstration.cpp @@ -82,18 +82,6 @@ void ScreenDemonstration::HandleScreenMessage( const ScreenMessage SM ) m_Out.StartTransitioning( SM_GoToNextScreen ); return; } - else if( SM == SM_GainFocus ) - { - } - else if( SM == SM_LoseFocus ) - { - } - else if( SM == SM_GoToNextScreen ) - { - if( m_pSoundMusic ) - m_pSoundMusic->Stop(); - } - ScreenJukebox::HandleScreenMessage( SM ); }