remove commented line

This commit is contained in:
nick_m
2017-02-27 04:36:48 +11:00
committed by Robin Gareus
parent bb8b229a1e
commit f41748803a

View File

@@ -1485,8 +1485,6 @@ Editor::ramp_to_next_tempo ()
_session->add_command(new MementoCommand<TempoMap>(_session->tempo_map(), &before, &after));
commit_reversible_command ();
}
//const Tempo tempo (tsp->note_types_per_minute(), tsp->note_type());
}
}