From 597d5cf8c79881713ecfa5102eaf3db39aa19ec1 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 22 Feb 2004 03:39:04 +0000 Subject: [PATCH] remove old comment --- stepmania/src/Profile.cpp | 2 -- 1 file changed, 2 deletions(-) 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 );