remove commented line
authornick_m <mainsbridge@gmail.com>
Sun, 26 Feb 2017 17:36:48 +0000 (04:36 +1100)
committerRobin Gareus <robin@gareus.org>
Mon, 27 Feb 2017 19:16:10 +0000 (20:16 +0100)
gtk2_ardour/editor_markers.cc

index 1b8183a6d8464a6ab3534dbd32ce8b6d5e0c0abe..f885537393a859ebdaab6eae4138c95eb4dcd55f 100644 (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());
-
        }
 }