summaryrefslogtreecommitdiff
path: root/gtk2_ardour/lv2_plugin_ui.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-20 01:00:45 +0000
committerDavid Robillard <d@drobilla.net>2012-04-20 01:00:45 +0000
commit6e2dd99a040e5a70b1116429972c03f3a7e71e86 (patch)
tree056c3d898b946ca4f000d4900e7741c8c45a20e7 /gtk2_ardour/lv2_plugin_ui.cc
parentcfbc2e24387d3b68aa2bb8c45b593fcc1a20db73 (diff)
Remove support for old and/or experimental LV2 stuff.
Ardour 3 now simply depends on the latest version of Lilv, which depends on the LV2 package (which contains all the LV2 headers). git-svn-id: svn://localhost/ardour2/branches/3.0@12041 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/lv2_plugin_ui.cc')
-rw-r--r--gtk2_ardour/lv2_plugin_ui.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk2_ardour/lv2_plugin_ui.cc b/gtk2_ardour/lv2_plugin_ui.cc
index 5f9f024636..7699f394d0 100644
--- a/gtk2_ardour/lv2_plugin_ui.cc
+++ b/gtk2_ardour/lv2_plugin_ui.cc
@@ -26,7 +26,7 @@
#include "gui_thread.h"
#include "lv2_plugin_ui.h"
-#include "lv2_ui.h"
+#include "lv2/lv2plug.in/ns/extensions/ui/ui.h"
#include <lilv/lilv.h>
#include <suil/suil.h>
@@ -223,9 +223,7 @@ LV2PluginUI::lv2ui_instantiate(const std::string& title)
ui_host = suil_host_new(LV2PluginUI::write_from_ui,
LV2PluginUI::port_index,
NULL, NULL);
-#ifdef HAVE_NEW_SUIL
suil_host_set_touch_func(ui_host, LV2PluginUI::touch);
-#endif
}
const char* container_type = (is_external_ui)
? NS_UI "external"