fix VC7 warning about unused function

This commit is contained in:
Chris Danford
2005-05-21 10:18:41 +00:00
parent 82b7f71728
commit 548729fad4
@@ -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<class T>
static void MoveData( int &sel, Preference<T> &opt, bool ToSel )
{