From 2fbdcbaeb28e62fffb4c63c5118fdc5243b426bc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 19 Aug 2008 21:42:33 +0000 Subject: Gracefully handle full event queue on the engine side (fix loading massive patches). git-svn-id: http://svn.drobilla.net/lad/ingen@1450 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/LV2Plugin.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libs/engine/LV2Plugin.cpp') diff --git a/src/libs/engine/LV2Plugin.cpp b/src/libs/engine/LV2Plugin.cpp index 53d317b4..09d48a10 100644 --- a/src/libs/engine/LV2Plugin.cpp +++ b/src/libs/engine/LV2Plugin.cpp @@ -70,8 +70,6 @@ LV2Plugin::instantiate(const string& name, n = NULL; } - - return n; } -- cgit v1.2.1