diff --git a/stepmania/src/NoteData.cpp b/stepmania/src/NoteData.cpp index c5800f409b..dd6944a298 100644 --- a/stepmania/src/NoteData.cpp +++ b/stepmania/src/NoteData.cpp @@ -311,8 +311,6 @@ void NoteData::AddHoldNote( HoldNote add ) ASSERT( add.iStartRow>=0 && add.iEndRow>=0 ); // look for other hold notes that overlap and merge them - // XXX: this is done implicitly with 4s, but 4s uses this function. - // Rework this later. for( int i=0; iAddHoldNote( hn ); } }