From 97bd1669d4a31cce85bed68861a9813ef62613a7 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 13 Jan 2006 23:17:15 +0000 Subject: [PATCH] Don't need to special case RowType_Exit here; the bullet is hidden, and this will be a no-op. --- stepmania/src/ScreenOptions.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/ScreenOptions.cpp b/stepmania/src/ScreenOptions.cpp index 9e7f5033da..e66f3452e3 100644 --- a/stepmania/src/ScreenOptions.cpp +++ b/stepmania/src/ScreenOptions.cpp @@ -432,9 +432,6 @@ void ScreenOptions::RefreshIcons( int iRow, PlayerNumber pn ) { OptionRow &row = *m_pRows[iRow]; - if( row.GetRowType() == OptionRow::RowType_Exit ) - return; // skip - const OptionRowDefinition &def = row.GetRowDef(); // find first selection and whether multiple are selected