diff --git a/stepmania/src/ScreenOptions.cpp b/stepmania/src/ScreenOptions.cpp index 25ab3a48a7..cc6d50abd0 100644 --- a/stepmania/src/ScreenOptions.cpp +++ b/stepmania/src/ScreenOptions.cpp @@ -381,13 +381,6 @@ void ScreenOptions::GetWidthXY( PlayerNumber pn, int iRow, int iChoiceOnRow, int row.GetWidthXY( pn, iChoiceOnRow, iWidthOut, iXOut, iYOut ); } -void ScreenOptions::PositionIcons() -{ - FOREACH_HumanPlayer( pn ) // foreach player - for( unsigned i=0; iPositionIcons( pn ); -} - void ScreenOptions::RefreshIcons( int iRow, PlayerNumber pn ) { OptionRow &row = *m_pRows[iRow]; diff --git a/stepmania/src/ScreenOptions.h b/stepmania/src/ScreenOptions.h index 0ad2488e5d..35a57c48fb 100644 --- a/stepmania/src/ScreenOptions.h +++ b/stepmania/src/ScreenOptions.h @@ -57,7 +57,6 @@ protected: void RestartOptions(); void GetWidthXY( PlayerNumber pn, int iRow, int iChoiceOnRow, int &iWidthOut, int &iXOut, int &iYOut ) const; RString GetExplanationText( int iRow ) const; - void PositionIcons(); void RefreshIcons( int iRow, PlayerNumber pn ); void RefreshAllIcons(); void PositionCursors();