Remove comments that aren't WHITE SPACE.

...this is going to be a running gag.
This commit is contained in:
Jason Felds
2013-04-27 14:50:26 -04:00
parent 0182f74672
commit 023deca293
-2
View File
@@ -79,8 +79,6 @@ static void Serialize( const NoteData &o, Json::Value &root )
{
NoteData::TrackMap::const_iterator begin, end;
o.GetTapNoteRange( t, 0, MAX_NOTE_ROW, begin, end );
//NoteData::TrackMap tm = o.GetTrack(t);
//FOREACHM_CONST( int, TapNote, tm, iter )
for( ; begin != end; ++begin )
{
int iRow = begin->first;