Remove an unnecessary assert that now trips.
authorCarl Hetherington <carl@carlh.net>
Sun, 8 Jan 2012 20:27:34 +0000 (20:27 +0000)
committerCarl Hetherington <carl@carlh.net>
Sun, 8 Jan 2012 20:27:34 +0000 (20:27 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@11200 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/processor_box.cc

index 5aaf48a7193c94bf356a810357f236e45ffbea9c..4486077db8fe83eb0934ca7eb77b77a943f4d020 100644 (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;
 }