From 096f56aa2c78b71103bae2b5ee77e78651c9f207 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sat, 9 Jun 2007 10:57:42 +0000 Subject: [PATCH] remove hard-coded exit row effect - use metrics instead --- stepmania/src/OptionRow.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/stepmania/src/OptionRow.cpp b/stepmania/src/OptionRow.cpp index 7c32bc8899..e2b5dc1638 100644 --- a/stepmania/src/OptionRow.cpp +++ b/stepmania/src/OptionRow.cpp @@ -644,14 +644,6 @@ void OptionRow::UpdateEnabledDisabled() default: ASSERT(0); } - - if( m_RowType == OptionRow::RowType_Exit ) - { - if( bThisRowHasFocusByAll ) - m_textItems[0]->SetEffectDiffuseShift( 1.0f, m_pParentType->COLOR_SELECTED, m_pParentType->COLOR_NOT_SELECTED ); - else - m_textItems[0]->StopEffect(); - } } void OptionRow::Update( float fDeltaTime )