Tempo ramps - remove unused var.

This commit is contained in:
nick_m
2016-04-15 01:13:55 +10:00
parent 462d08acbb
commit 105999956e

View File

@@ -353,7 +353,6 @@ Editor::edit_tempo_section (TempoSection* section)
Timecode::BBT_Time when;
tempo_dialog.get_bbt_time (when);
double const beat = _session->tempo_map().bbt_to_beats (when);
bpm = max (0.01, bpm);