diff --git a/stepmania/src/ScreenOptionsEditProfile.cpp b/stepmania/src/ScreenOptionsEditProfile.cpp index d4c3a806ee..694c9ea0cc 100644 --- a/stepmania/src/ScreenOptionsEditProfile.cpp +++ b/stepmania/src/ScreenOptionsEditProfile.cpp @@ -132,7 +132,7 @@ void ScreenOptionsEditProfile::AfterChangeValueInRow( int iRow, PlayerNumber pn void ScreenOptionsEditProfile::ProcessMenuStart( PlayerNumber pn, const InputEventType type ) { int iRow = GetCurrentRow();; - OptionRow &row = *m_pRows[iRow]; + //OptionRow &row = *m_pRows[iRow]; switch( iRow ) {