13
0

Remove an unnecessary assert that now trips.

git-svn-id: svn://localhost/ardour2/branches/3.0@11200 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-01-08 20:27:34 +00:00
parent c57db81068
commit 5901b0ee76

View File

@ -2285,10 +2285,6 @@ ProcessorBox::get_processor_ui (boost::shared_ptr<Processor> p) const
++i;
}
/* we shouldn't get here, because the ProcessorUIList should always contain
an entry for each processor.
*/
assert (false);
return 0;
}