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 )