Revert "debug unconfiged plugins"
authorRobin Gareus <robin@gareus.org>
Sat, 21 May 2016 15:54:34 +0000 (17:54 +0200)
committerRobin Gareus <robin@gareus.org>
Sat, 21 May 2016 15:54:34 +0000 (17:54 +0200)
This reverts commit 125e2014aafbb0362725f780470f5654b66b53ce.

libs/ardour/plugin_insert.cc

index a9aca6b9ca9d30389c61f7fbebf197db8b02fb4d..35ac613d7b01869c9be434c6ec05aefbfda9129f 100644 (file)
@@ -955,12 +955,6 @@ PluginInsert::silence (framecnt_t nframes)
 void
 PluginInsert::run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame, pframes_t nframes, bool)
 {
-#ifndef NDEBUG
-       if (!_configured) {
-               error << string_compose (_("Force bypassed unconfigured plugin: %1"), name ()) << endmsg;
-               deactivate ();
-       }
-#endif
        if (_pending_active) {
                /* run as normal if we are active or moving from inactive to active */