mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Fix unused variable.
git-svn-id: svn://localhost/ardour2/branches/3.0@10463 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
93e662348c
commit
8f78fad338
1 changed files with 0 additions and 3 deletions
|
|
@ -705,8 +705,6 @@ ProcessorBox::leave_notify (GdkEventCrossing* ev)
|
||||||
void
|
void
|
||||||
ProcessorBox::processor_operation (ProcessorOperation op)
|
ProcessorBox::processor_operation (ProcessorOperation op)
|
||||||
{
|
{
|
||||||
|
|
||||||
bool ret = false;
|
|
||||||
ProcSelection targets;
|
ProcSelection targets;
|
||||||
|
|
||||||
get_selected_processors (targets);
|
get_selected_processors (targets);
|
||||||
|
|
@ -756,7 +754,6 @@ ProcessorBox::processor_operation (ProcessorOperation op)
|
||||||
(*i)->activate ();
|
(*i)->activate ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ret = true;
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case ProcessorsAB:
|
case ProcessorsAB:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue