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 )