From 548729fad4cfa9105736263d45ce7e699c4db1a2 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sat, 21 May 2005 10:18:41 +0000 Subject: [PATCH] fix VC7 warning about unused function --- stepmania/src/ScreenOptionsMasterPrefs.cpp | 6 ------ 1 file changed, 6 deletions(-) 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 ) {