Stop fades being reset on dragging an audio region to a different track.

git-svn-id: svn://localhost/ardour2/branches/3.0@5764 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-10-09 16:33:25 +00:00
parent b893b9a2be
commit d0a238bb8e

View file

@ -187,8 +187,6 @@ AudioRegion::AudioRegion (boost::shared_ptr<const AudioRegion> other)
assert(_type == DataType::AUDIO);
_scale_amplitude = other->_scale_amplitude;
set_default_fades ();
listen_to_my_curves ();
connect_to_analysis_changed ();