diff --git a/stepmania/src/ScreenOptions.cpp b/stepmania/src/ScreenOptions.cpp index 2acc205c64..bee0d30381 100644 --- a/stepmania/src/ScreenOptions.cpp +++ b/stepmania/src/ScreenOptions.cpp @@ -1324,8 +1324,6 @@ void ScreenOptions::ChangeValueInRow( PlayerNumber pn, int iDelta, bool Repeat ) { row.m_iChoiceWithFocus[pn] = iNewChoiceWithFocus; - m_InputMode == INPUTMODE_SHARE_CURSOR); - /* If this row is bOneChoiceForAllPlayers, then lock the cursors together * for this row. Don't do this in NAV_FIRST_CHOICE_GOES_DOWN, since the * current selection and the current focus are detached in that mode. */