mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
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:
parent
c57db81068
commit
5901b0ee76
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue