remove ShowUnderlines. Use SELECT_NONE to not show underlines

This commit is contained in:
Chris Danford
2005-03-30 02:37:19 +00:00
parent ead944abd4
commit 30ec0cdb7d
2 changed files with 0 additions and 4 deletions
-3
View File
@@ -127,7 +127,6 @@ void OptionRow::LoadMetrics( const CString &sType )
COLOR_NOT_SELECTED .Load(m_sType,"ColorNotSelected");
COLOR_DISABLED .Load(m_sType,"ColorDisabled");
CAPITALIZE_ALL_OPTION_NAMES .Load(m_sType,"CapitalizeAllOptionNames");
SHOW_UNDERLINES .Load(m_sType,"ShowUnderlines");
TWEEN_SECONDS .Load(m_sType,"TweenSeconds");
THEME_ITEMS .Load(m_sType,"ThemeItems");
THEME_TITLES .Load(m_sType,"ThemeTitles");
@@ -457,8 +456,6 @@ void OptionRow::PositionUnderlines( PlayerNumber pn )
bool bSelected = (iChoiceWithFocus==-1) ? false : m_vbSelected[pnTakeSelectedFrom][ iChoiceWithFocus ];
bool bHidden = !bSelected || m_bHidden;
if( !(bool)SHOW_UNDERLINES )
bHidden = true;
if( ul.GetDestY() != m_fY )
{
-1
View File
@@ -204,7 +204,6 @@ protected:
ThemeMetric<RageColor> COLOR_NOT_SELECTED;
ThemeMetric<RageColor> COLOR_DISABLED;
ThemeMetric<bool> CAPITALIZE_ALL_OPTION_NAMES;
ThemeMetric<bool> SHOW_UNDERLINES;
ThemeMetric<float> TWEEN_SECONDS;
ThemeMetric<bool> THEME_ITEMS;
ThemeMetric<bool> THEME_TITLES;