Remove unused variable.
git-svn-id: svn://localhost/ardour2/branches/3.0@9874 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -54,7 +54,6 @@ int
|
||||
Panner::set_state (const XMLNode& node, int version)
|
||||
{
|
||||
const XMLProperty* prop;
|
||||
XMLNodeConstIterator iter;
|
||||
|
||||
if ((prop = node.property (X_("bypassed"))) != 0) {
|
||||
set_bypassed (string_is_affirmative (prop->value()));
|
||||
|
||||
Reference in New Issue
Block a user