From 5a7ed3f46fa2e0151a0f403824ae3a7df10a6c34 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 24 Feb 2011 01:31:49 +0000 Subject: 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/slv2@3020 a436a847-0d15-0410-975c-d299462d15a1 --- src/plugin.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/plugin.c') diff --git a/src/plugin.c b/src/plugin.c index 2987371..f06cfd7 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -760,7 +760,6 @@ slv2_plugin_get_author_homepage(SLV2Plugin plugin) return NULL; } -#ifdef SLV2_WITH_UI SLV2_API SLV2UIs slv2_plugin_get_uis(SLV2Plugin p) @@ -811,4 +810,3 @@ slv2_plugin_get_uis(SLV2Plugin p) return NULL; } } -#endif /* SLV2_WITH_UI */ -- cgit v1.2.1