update openjpeg + x265, unproxy clip fix, config mods for lv2/opus/x265-10bit
[goodguy/history.git] / cinelerra-5.1 / cinelerra / pluginlv2client.C
index d5c385b0e052d70581de7ff972e0f06e5a293cc6..7ccb6ef8f2aad633d36c2a0c931fc7034c4872b0 100644 (file)
@@ -431,11 +431,7 @@ void PluginLV2UI::reset_gui() {}
 
 ForkChild *PluginLV2ParentUI::new_fork()
 {
 
 ForkChild *PluginLV2ParentUI::new_fork()
 {
-#ifdef HAVE_LV2UI
        return new PluginLV2ChildUI();
        return new PluginLV2ChildUI();
-#else
-       return 0;
-#endif
 }
 
 
 }