Further removal of default state setting, to allow partial (diff) state sets.

git-svn-id: svn://localhost/ardour2/branches/3.0@6668 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-02-09 22:28:13 +00:00
parent a78ad5441c
commit cf9ce8636a

View file

@ -688,8 +688,6 @@ AudioRegion::set_live_state (const XMLNode& node, int version, Change& what_chan
what_changed = Change (what_changed|ScaleAmplitudeChanged);
cerr << _name << " amp changed\n";
}
} else {
_scale_amplitude = 1.0;
}
/* Now find envelope description and other misc child items */