From b98fa213b52429519e71cc03330ef58f8193ca6a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 19 Jan 2006 00:42:50 +0000 Subject: [PATCH] only used in one place (makes it hard to see exactly where PositionUnderlines itself is used) --- stepmania/src/ScreenOptions.cpp | 11 +++-------- stepmania/src/ScreenOptions.h | 1 - 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/stepmania/src/ScreenOptions.cpp b/stepmania/src/ScreenOptions.cpp index fe5565fc24..49dd72a568 100644 --- a/stepmania/src/ScreenOptions.cpp +++ b/stepmania/src/ScreenOptions.cpp @@ -375,13 +375,6 @@ void ScreenOptions::GetWidthXY( PlayerNumber pn, int iRow, int iChoiceOnRow, int row.GetWidthXY( pn, iChoiceOnRow, iWidthOut, iXOut, iYOut ); } -void ScreenOptions::PositionAllUnderlines() -{ - for( unsigned r=0; rPositionUnderlines( p ); -} - void ScreenOptions::PositionIcons() { for( unsigned i=0; iPositionUnderlines( p ); RefreshIcons( iCurRow, pn ); PositionIcons(); UpdateEnabledDisabled(); diff --git a/stepmania/src/ScreenOptions.h b/stepmania/src/ScreenOptions.h index 72f41a8f17..782d629a41 100644 --- a/stepmania/src/ScreenOptions.h +++ b/stepmania/src/ScreenOptions.h @@ -49,7 +49,6 @@ protected: void GetWidthXY( PlayerNumber pn, int iRow, int iChoiceOnRow, int &iWidthOut, int &iXOut, int &iYOut ) const; CString GetExplanationText( int iRow ) const; - void PositionAllUnderlines(); void PositionIcons(); void RefreshIcons( int iRow, PlayerNumber pn ); void RefreshAllIcons();