Remove unused variable.
authorCarl Hetherington <carl@carlh.net>
Thu, 14 Jul 2011 14:56:34 +0000 (14:56 +0000)
committerCarl Hetherington <carl@carlh.net>
Thu, 14 Jul 2011 14:56:34 +0000 (14:56 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@9874 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/panner.cc

index b6e585b254f917b5647782a40c496507b601d0d8..05676c107dec0d0bfd82820276fda65ed3520bb2 100644 (file)
@@ -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()));