summaryrefslogtreecommitdiffstats
path: root/src/client/PluginUI.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-24 01:31:49 +0000
committerDavid Robillard <d@drobilla.net>2011-02-24 01:31:49 +0000
commit5e65983c5f9944d4df7a017e215d1934c356de84 (patch)
tree689e020289722d2e58493c0fa6990cb35bd51606 /src/client/PluginUI.cpp
parent21517678d85f34d3369f58c03cbb9fddca1b5d06 (diff)
downloadingen-5e65983c5f9944d4df7a017e215d1934c356de84.tar.gz
ingen-5e65983c5f9944d4df7a017e215d1934c356de84.tar.bz2
ingen-5e65983c5f9944d4df7a017e215d1934c356de84.zip
Move UI stuff back into slv2.h (avoid breakage).
Deprecate slv2_ui_instance_get_descriptor and slv2_ui_instance_get_handle. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3020 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client/PluginUI.cpp')
-rw-r--r--src/client/PluginUI.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/PluginUI.cpp b/src/client/PluginUI.cpp
index 0411222b..d13bc1b3 100644
--- a/src/client/PluginUI.cpp
+++ b/src/client/PluginUI.cpp
@@ -21,8 +21,6 @@
#include "lv2/lv2plug.in/ns/ext/event/event.h"
#include "lv2/lv2plug.in/ns/ext/event/event-helpers.h"
-#include "slv2/ui.h"
-
#include "shared/LV2Atom.hpp"
#include "shared/LV2URIMap.hpp"