diff --git a/stepmania/src/ScreenOptionsMasterPrefs.cpp b/stepmania/src/ScreenOptionsMasterPrefs.cpp index 85b441052f..f6b1d63766 100644 --- a/stepmania/src/ScreenOptionsMasterPrefs.cpp +++ b/stepmania/src/ScreenOptionsMasterPrefs.cpp @@ -101,12 +101,6 @@ static void MovePref( int &iSel, bool bToSel, const ConfOption *pConfOption ) } /* "sel" is the selection in the menu. */ -static void MoveData( int &sel, int &opt, bool ToSel ) -{ - if( ToSel ) sel = opt; - else opt = !!sel; -} - template static void MoveData( int &sel, Preference &opt, bool ToSel ) {