From cb956e3e480716a3efd280a5287bdd7bee1cedc5 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 18 Sep 2017 11:53:47 -0400 Subject: fix issue with initialization of a BBT_Time variable. --- libs/ardour/tempo.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc index 3f120eed00..5d3be14964 100644 --- a/libs/ardour/tempo.cc +++ b/libs/ardour/tempo.cc @@ -159,8 +159,6 @@ TempoSection::TempoSection (const XMLNode& node, framecnt_t sample_rate) , _locked_to_meter (false) , _clamped (false) { - _legacy_bbt = BBT_Time (0, 0, 0); - BBT_Time bbt; std::string start_bbt; if (node.get_property ("start", start_bbt)) { -- cgit v1.2.3