From d3f2c7aff3cb2ed98452f0c37f9f5b4395b02d5a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 16 Dec 2003 04:01:26 +0000 Subject: [PATCH] cleanup --- stepmania/src/NoteData.cpp | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/stepmania/src/NoteData.cpp b/stepmania/src/NoteData.cpp index ef51066004..0762fddc79 100644 --- a/stepmania/src/NoteData.cpp +++ b/stepmania/src/NoteData.cpp @@ -495,30 +495,21 @@ int NoteData::GetNumHands( float fStartBeat, float fEndBeat ) const iStartIndex = max( iStartIndex, 0 ); iEndIndex = min( iEndIndex, GetMaxRow()-1 ); -// vector HoldsAtRow; -// HoldsAtRow.insert( HoldsAtRow.begin(), iEndIndex-iStartIndex+1, 0 ); - int i; -// for( i=0; i= 3 ) iNum++; } -LOG->Trace("xxxxxx %i", iNum); + return iNum; }