mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-20 12:26:07 +01:00
fix issue with initialization of a BBT_Time variable.
This commit is contained in:
parent
82f193d4dd
commit
cb956e3e48
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue