summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-02-09 22:28:13 +0000
committerCarl Hetherington <carl@carlh.net>2010-02-09 22:28:13 +0000
commitcf9ce8636a95ffcebc1454f842250733edf41de6 (patch)
tree429d290ef77d5ab9b210e01f68971987efe162f8
parenta78ad5441c4e8c1ef20b0a2dde85a4fb376b80f3 (diff)
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
-rw-r--r--libs/ardour/audioregion.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/audioregion.cc b/libs/ardour/audioregion.cc
index 78380135e2..e1aeffb4b3 100644
--- a/libs/ardour/audioregion.cc
+++ b/libs/ardour/audioregion.cc
@@ -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 */