From 11090b2e01ab0b4cc933566035731b3a9824aba9 Mon Sep 17 00:00:00 2001 From: nick_m Date: Tue, 22 Nov 2016 22:51:10 +1100 Subject: remove set but not used variable in tempo.cc --- libs/ardour/tempo.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/ardour') diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc index c510731a95..64bcd58f03 100644 --- a/libs/ardour/tempo.cc +++ b/libs/ardour/tempo.cc @@ -3511,7 +3511,6 @@ TempoMap::bbt_duration_at (framepos_t pos, const BBT_Time& bbt, int dir) pos_bbt.bars += 1; pos_bbt.beats -= divisions; } - const framecnt_t music_origin = frame_at_minute (minute_at_bbt_locked (_metrics, BBT_Time (1, 1, 0))); const framecnt_t pos_bbt_frame = frame_at_minute (minute_at_bbt_locked (_metrics, pos_bbt)); return pos_bbt_frame - pos; -- cgit v1.2.3