Remove LV2 support via SLV2 (Lilv only now).
[ardour.git] / gtk2_ardour / plugin_ui.cc
index f6a97a1cf1e74aee4b51dfa98a3228adcae3841d..b6189d200e6d2542016f9a501a29c97983abdee3 100644 (file)
@@ -360,7 +360,7 @@ PluginUIWindow::app_activated (bool)
 bool
 PluginUIWindow::create_lv2_editor(boost::shared_ptr<PluginInsert> insert)
 {
-#if defined(HAVE_SLV2) || defined(HAVE_SUIL)
+#ifdef HAVE_SUIL
        boost::shared_ptr<LV2Plugin> vp;
 
        if ((vp = boost::dynamic_pointer_cast<LV2Plugin> (insert->plugin())) == 0) {