mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +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
|
||||
ProcessorBox::processor_operation (ProcessorOperation op)
|
||||
{
|
||||
|
||||
bool ret = false;
|
||||
ProcSelection targets;
|
||||
|
||||
get_selected_processors (targets);
|
||||
|
|
@ -756,7 +754,6 @@ ProcessorBox::processor_operation (ProcessorOperation op)
|
|||
(*i)->activate ();
|
||||
}
|
||||
}
|
||||
ret = true;
|
||||
break;
|
||||
|
||||
case ProcessorsAB:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue