Coding style cleanups. Preserve mono state in XML for panners.

git-svn-id: svn://localhost/ardour2/branches/3.0@6640 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-02-07 02:45:55 +00:00
parent 8d64ce26c4
commit 420e28f4d8
3 changed files with 64 additions and 66 deletions

View file

@ -64,7 +64,6 @@ ControlSet::control (const Parameter& parameter, bool create_if_missing)
return ac;
} else {
//warning << "ControlList " << parameter.to_string() << " not found for " << _name << endmsg;
return boost::shared_ptr<Control>();
}
}