From 5901b0ee764802d6f4176cd2512dea7cd39f0100 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 8 Jan 2012 20:27:34 +0000 Subject: Remove an unnecessary assert that now trips. git-svn-id: svn://localhost/ardour2/branches/3.0@11200 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/processor_box.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gtk2_ardour/processor_box.cc b/gtk2_ardour/processor_box.cc index 5aaf48a719..4486077db8 100644 --- a/gtk2_ardour/processor_box.cc +++ b/gtk2_ardour/processor_box.cc @@ -2285,10 +2285,6 @@ ProcessorBox::get_processor_ui (boost::shared_ptr p) const ++i; } - /* we shouldn't get here, because the ProcessorUIList should always contain - an entry for each processor. - */ - assert (false); return 0; } -- cgit v1.2.3