summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-09-18 11:53:47 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-09-18 11:53:47 -0400
commitcb956e3e480716a3efd280a5287bdd7bee1cedc5 (patch)
treec9d38af70e0e6da3b568476d79cb79233db0fd9a
parent82f193d4dd46ee4a9c57ba30afab1fb67fc5c2d7 (diff)
fix issue with initialization of a BBT_Time variable.6.0-pre0
-rw-r--r--libs/ardour/tempo.cc2
1 files changed, 0 insertions, 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)) {