diff --git a/stepmania/src/Profile.cpp b/stepmania/src/Profile.cpp index 34a87d700c..f79fe74847 100644 --- a/stepmania/src/Profile.cpp +++ b/stepmania/src/Profile.cpp @@ -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 );