remove old comments

This commit is contained in:
Glenn Maynard
2003-11-02 04:17:28 +00:00
parent 20798c677c
commit 8e351d6dc3
4 changed files with 1 additions and 15 deletions
+1 -3
View File
@@ -936,9 +936,7 @@ void Song::ReCalculateRadarValuesAndLastBeat()
// calculate first/last beat
//
/* Many songs have stray, empty song patterns. Ignore them, so
* they don't force the first beat of the whole song to 0. XXX Should
* we just delete them, now that new patterns can be created quickly
* in the editor? */
* they don't force the first beat of the whole song to 0. */
if(tempNoteData.GetLastRow() == 0)
continue;