From 16197654d1539624c1b3d9ed52b9b9dcf33335da Mon Sep 17 00:00:00 2001 From: nick_m Date: Mon, 28 Mar 2016 06:13:22 +1100 Subject: [PATCH] Tempo bambi - clean up. --- libs/ardour/tempo.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc index 65f66be9b4..30e56733a8 100644 --- a/libs/ardour/tempo.cc +++ b/libs/ardour/tempo.cc @@ -2635,7 +2635,6 @@ TempoMap::tempo_at (const framepos_t& frame) const const Tempo TempoMap::tempo_at_locked (const framepos_t& frame) const { - //frameoffset_t const frame_off = frame_offset_at (_metrics, frame); TempoSection* prev_ts = 0; Metrics::const_iterator i;