From: Paul Davis Date: Mon, 18 Sep 2017 15:53:47 +0000 (-0400) Subject: fix issue with initialization of a BBT_Time variable. X-Git-Tag: 6.0-pre0 X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=commitdiff_plain;h=refs%2Ftags%2F6.0-pre0 fix issue with initialization of a BBT_Time variable. --- 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)) {