From ec78fe00197898d311976b30d6184c8333b98217 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 14 Oct 2005 02:30:47 +0000 Subject: [PATCH] remove TweenOff --- stepmania/src/ScreenSelectMaster.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stepmania/src/ScreenSelectMaster.cpp b/stepmania/src/ScreenSelectMaster.cpp index a3baf9a121..421f7d417f 100644 --- a/stepmania/src/ScreenSelectMaster.cpp +++ b/stepmania/src/ScreenSelectMaster.cpp @@ -308,11 +308,6 @@ void ScreenSelectMaster::HandleScreenMessage( const ScreenMessage SM ) m_fLockInputSecs = POST_SWITCH_PAGE_SECONDS; } - else if( SM == SM_BeginFadingOut ) - { - /* Backwards compatibility (deprecated). */ - this->PlayCommand( "TweenOff" ); - } } int ScreenSelectMaster::GetSelectionIndex( PlayerNumber pn )