fix issue with initialization of a BBT_Time variable.
[ardour.git] / libs / ardour / tempo.cc
index 3f120eed0015ff3f9dc90e1cf317437fa8c137ff..5d3be149644012c923ff209a69b1eaa85ef7ea2d 100644 (file)
@@ -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)) {