TempoMap : Remove old solve_map debugging code
This commit is contained in:
@@ -2684,16 +2684,6 @@ TempoMap::solve_map_minute (Metrics& imaginary, TempoSection* section, const dou
|
||||
}
|
||||
}
|
||||
|
||||
#if (0)
|
||||
recompute_tempi (imaginary);
|
||||
|
||||
if (check_solved (imaginary)) {
|
||||
return true;
|
||||
} else {
|
||||
dunp (imaginary, std::cout);
|
||||
}
|
||||
#endif
|
||||
|
||||
MetricSectionFrameSorter fcmp;
|
||||
imaginary.sort (fcmp);
|
||||
|
||||
@@ -2751,16 +2741,6 @@ TempoMap::solve_map_pulse (Metrics& imaginary, TempoSection* section, const doub
|
||||
section->set_minute (section_prev->minute_at_ntpm (section_prev->end_note_types_per_minute(), pulse));
|
||||
}
|
||||
|
||||
#if (0)
|
||||
recompute_tempi (imaginary);
|
||||
|
||||
if (check_solved (imaginary)) {
|
||||
return true;
|
||||
} else {
|
||||
dunp (imaginary, std::cout);
|
||||
}
|
||||
#endif
|
||||
|
||||
MetricSectionSorter cmp;
|
||||
imaginary.sort (cmp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user