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