summaryrefslogtreecommitdiffstats
path: root/slv2/slv2mm.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-09 18:11:40 +0000
committerDavid Robillard <d@drobilla.net>2011-03-09 18:11:40 +0000
commit027ca551e53800ab7a2cd8375d1cacb980803d75 (patch)
tree5dcd8281dcc4f83ddc07fc047656b57b3d12b74e /slv2/slv2mm.hpp
parent97304fcdaa125bf1bfec30fa0d92b619faa41ea2 (diff)
downloadlilv-027ca551e53800ab7a2cd8375d1cacb980803d75.tar.gz
lilv-027ca551e53800ab7a2cd8375d1cacb980803d75.tar.bz2
lilv-027ca551e53800ab7a2cd8375d1cacb980803d75.zip
New collections and iterator API.
Deprecate slv2_*_get_at. Remove slv2_world_get_plugins_by_filter. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3057 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/slv2mm.hpp')
-rw-r--r--slv2/slv2mm.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/slv2/slv2mm.hpp b/slv2/slv2mm.hpp
index 7d203b6..402a7a1 100644
--- a/slv2/slv2mm.hpp
+++ b/slv2/slv2mm.hpp
@@ -155,7 +155,6 @@ struct World {
SLV2_WRAP0(SLV2PluginClasses, world, get_plugin_classes);
SLV2_WRAP0(Plugins, world, get_all_plugins);
//SLV2_WRAP1(Plugin, world, get_plugin_by_uri_string, const char*, uri);
- // TODO: get_plugins_by_filter (takes a function parameter)
SLV2World me;
};