13
0

fix issue with initialization of a BBT_Time variable.

This commit is contained in:
Paul Davis 2017-09-18 11:53:47 -04:00
parent 82f193d4dd
commit cb956e3e48

View 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)) {