From 587fca151c6aa367457388326b2e0fbaa1e35760 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Thu, 9 Mar 2006 09:42:16 +0000 Subject: [PATCH] Unused. --- stepmania/src/SongUtil.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/SongUtil.cpp b/stepmania/src/SongUtil.cpp index 9a9f4d9666..c9c5b3f294 100644 --- a/stepmania/src/SongUtil.cpp +++ b/stepmania/src/SongUtil.cpp @@ -472,8 +472,6 @@ bool SongUtil::ValidateCurrentStepsDescription( const RString &sAnswer, RString /* Don't allow duplicate edit names within the same StepsType; edit names uniquely * identify the edit. */ Steps *pSteps = GAMESTATE->m_pCurSteps[PLAYER_1]; - Song *pSong = GAMESTATE->m_pCurSong; - /* If unchanged: */ if( pSteps->GetDescription() == sAnswer )