summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)) {