13
0

Fix unused variable warning.

git-svn-id: svn://localhost/ardour2/branches/3.0@6654 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2010-02-08 21:20:38 +00:00
parent 30dd55bccd
commit 295f26fff9

View File

@ -697,13 +697,12 @@ AudioRegion::set_live_state (const XMLNode& node, int version, Change& what_chan
_envelope->freeze ();
for (XMLNodeConstIterator niter = nlist.begin(); niter != nlist.end(); ++niter) {
#if 0
XMLNode *child;
XMLProperty *prop;
child = (*niter);
#if 0
if (child->name() == "Envelope") {
_envelope->clear ();