Remove unused variable

`ignore_toggle` is never set to true.
This commit is contained in:
Robin Gareus 2021-01-29 01:07:36 +01:00
parent 42aef22e17
commit 9b4d330285
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
7 changed files with 0 additions and 25 deletions

View file

@ -367,7 +367,6 @@ FoldbackStrip::init ()
{
_entered_foldback_strip= 0;
ignore_comment_edit = false;
ignore_toggle = false;
comment_area = 0;
_previous_button.set_name ("mixer strip button");
@ -844,10 +843,6 @@ FoldbackStrip::output_press (GdkEventButton *ev)
void
FoldbackStrip::bundle_output_chosen (boost::shared_ptr<ARDOUR::Bundle> c)
{
if (ignore_toggle) {
return;
}
_route->output()->connect_ports_to_bundle (c, true, true, this);
}