Remove comments that aren't WHITE SPACE.
...this is going to be a running gag.
This commit is contained in:
@@ -79,8 +79,6 @@ static void Serialize( const NoteData &o, Json::Value &root )
|
|||||||
{
|
{
|
||||||
NoteData::TrackMap::const_iterator begin, end;
|
NoteData::TrackMap::const_iterator begin, end;
|
||||||
o.GetTapNoteRange( t, 0, MAX_NOTE_ROW, 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 )
|
for( ; begin != end; ++begin )
|
||||||
{
|
{
|
||||||
int iRow = begin->first;
|
int iRow = begin->first;
|
||||||
|
|||||||
Reference in New Issue
Block a user