summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-01-08 20:27:34 +0000
committerCarl Hetherington <carl@carlh.net>2012-01-08 20:27:34 +0000
commit5901b0ee764802d6f4176cd2512dea7cd39f0100 (patch)
tree0303514c20f15e60e05f1d062eea021196a49f58
parentc57db8106857c061d61380d3491cac4e4746db42 (diff)
Remove an unnecessary assert that now trips.
git-svn-id: svn://localhost/ardour2/branches/3.0@11200 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--gtk2_ardour/processor_box.cc4
1 files changed, 0 insertions, 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<Processor> p) const
++i;
}
- /* we shouldn't get here, because the ProcessorUIList should always contain
- an entry for each processor.
- */
- assert (false);
return 0;
}