]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff.cc
release: 0.0.57
[lilypond.git] / lily / staff.cc
index a533c32f1afc0da0a3f5b7a9155432be7a8dda63..1226fce46a76e085aee96241973c9483ce8902e1 100644 (file)
@@ -60,9 +60,6 @@ Staff::OK() const
     iter_top(cols_, i);
     iter_top(cols_, j);
     i++;
-    for (; i.ok(); j++,i++) {
-       assert(j->when () < i->when() );
-    }
     assert(score_l_);
 #endif    
 }