Tempo ramps - remove unused var.
authornick_m <mainsbridge@gmail.com>
Thu, 14 Apr 2016 15:13:55 +0000 (01:13 +1000)
committernick_m <mainsbridge@gmail.com>
Fri, 27 May 2016 13:38:15 +0000 (23:38 +1000)
gtk2_ardour/editor_tempodisplay.cc

index 1ccd61463833869cbd391300bcbd4f2d06027b3e..127a258c567b082bb38572fdf4a772215884f00d 100644 (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);