Remove unused variable

This commit is contained in:
Robin Gareus 2020-03-23 06:12:44 +01:00
parent 1c551e432c
commit faac3e0d38
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -803,8 +803,6 @@ FoldbackStrip::connect_to_pan ()
return;
}
boost::shared_ptr<Pannable> p = _route->pannable ();
update_panner_choices();
}