remove old comments

This commit is contained in:
Glenn Maynard
2003-11-02 04:17:28 +00:00
parent 20798c677c
commit 8e351d6dc3
4 changed files with 1 additions and 15 deletions
-4
View File
@@ -297,10 +297,6 @@ void PlayerOptions::FromString( CString sOptions )
m_sNoteSkin = sBit;
else if( sBit == "noteskin" && !on ) /* "no noteskin" */
m_sNoteSkin = "default";
// XXX: this warns about song options
//else
// LOG->Warn( "Modifier '%s' not recognized.", sBit.c_str() );
}
}