remove set but not used variable in tempo.cc

This commit is contained in:
nick_m
2016-11-22 22:51:10 +11:00
parent e7243c0486
commit 11090b2e01

View File

@@ -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;