mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Remove unused variable
`ignore_toggle` is never set to true.
This commit is contained in:
parent
42aef22e17
commit
9b4d330285
7 changed files with 0 additions and 25 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue