remove old comment

This commit is contained in:
Glenn Maynard
2004-02-22 03:39:04 +00:00
parent 5f426d7343
commit 597d5cf8c7
-2
View File
@@ -669,8 +669,6 @@ void Profile::LoadSongScoresFromNode( const XNode* pNode )
if( !(*steps)->GetChildValue("Description", sDescription) )
WARN_AND_CONTINUE;
// Even if pSong or pSteps is null, we still have to skip over that data.
Steps* pSteps = NULL;
if( dc == DIFFICULTY_EDIT )
pSteps = pSong->GetStepsByDescription( st, sDescription );