fix issue with initialization of a BBT_Time variable.
This commit is contained in:
parent
82f193d4dd
commit
cb956e3e48
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user