From ab7f6de1e3324898e22112a6f79e05e290c482d4 Mon Sep 17 00:00:00 2001 From: Charles Lohr Date: Sun, 4 Jul 2004 06:29:39 +0000 Subject: [PATCH] Cleanup (removing useless comments) --- stepmania/src/Player.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index faeb968b4e..4d3c915b99 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -642,9 +642,6 @@ void PlayerMinus::Step( int col, RageTimer tm ) //LOG->Trace( "iIndexStartLookingAt = %d, iNumElementsToExamine = %d", iIndexStartLookingAt, iNumElementsToExamine ); // calculate TapNoteScore - // Declared out here because it will be changed - // by code blocks below, and then used to see - // if the Receptor arrow should sink or not. TapNoteScore score = TNS_NONE; if( iIndexOverlappingNote != -1 )