summaryrefslogtreecommitdiffstats
path: root/src/collections.c
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
commit5a7ed3f46fa2e0151a0f403824ae3a7df10a6c34 (patch)
treee3784b267aabde08776650a50691a43f6290a9c9 /src/collections.c
parent468edb7f7be73505a4a73590443e3c8655ce1b82 (diff)
downloadlilv-5a7ed3f46fa2e0151a0f403824ae3a7df10a6c34.tar.gz
lilv-5a7ed3f46fa2e0151a0f403824ae3a7df10a6c34.tar.bz2
lilv-5a7ed3f46fa2e0151a0f403824ae3a7df10a6c34.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/slv2@3020 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/collections.c')
-rw-r--r--src/collections.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/collections.c b/src/collections.c
index 6ec004e..9ad2ddc 100644
--- a/src/collections.c
+++ b/src/collections.c
@@ -108,10 +108,8 @@ prefix ## _get_by_uri(CollType coll, SLV2Value uri) \
SLV2_SEQUENCE_IMPL(SLV2PluginClasses, SLV2PluginClass,
slv2_plugin_classes, &slv2_plugin_class_free)
-#ifdef SLV2_WITH_UI
SLV2_SEQUENCE_IMPL(SLV2UIs, SLV2UI,
slv2_uis, &slv2_ui_free)
-#endif
/* VALUES */