]> git.donarmstrong.com Git - lilypond.git/commitdiff
trim obsolete code.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 20 Dec 2006 00:02:17 +0000 (01:02 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 20 Dec 2006 00:02:17 +0000 (01:02 +0100)
lily/spacing-spanner.cc

index 31f7df6c8e72fba6e118f9dd2e0f4bf945cbe109..a196c3990f10b141ee53cea5463e0b98687c9214 100644 (file)
@@ -146,9 +146,6 @@ Spacing_spanner::calc_common_shortest_duration (SCM grob)
          max_idx = i;
          max_count = counts[i];
        }
-
-      // printf ("duration %d/%d, count %d\n",
-      // durations[i].num (), durations[i].den (), counts[i]);
     }
 
   SCM bsd = me->get_property ("base-shortest-duration");