Fix unused variable.

git-svn-id: svn://localhost/ardour2/branches/3.0@10463 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-11-05 17:55:16 +00:00
parent 93e662348c
commit 8f78fad338

View file

@ -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: