diff options
author | David Robillard <d@drobilla.net> | 2007-05-08 16:04:09 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-05-08 16:04:09 +0000 |
commit | bcb7872768bce6c60770308d2e1babad11c2b6a0 (patch) | |
tree | 375bd561963da3fdccad67777c3cb5af9a529e9a /slv2/world.h | |
parent | f6ff6e487201bdd94e584397ce829daaa424aba9 (diff) | |
download | lilv-bcb7872768bce6c60770308d2e1babad11c2b6a0.tar.gz lilv-bcb7872768bce6c60770308d2e1babad11c2b6a0.tar.bz2 lilv-bcb7872768bce6c60770308d2e1babad11c2b6a0.zip |
Code cleanups.
Updated lv2.ttl.
git-svn-id: http://svn.drobilla.net/lad/slv2@518 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/world.h')
-rw-r--r-- | slv2/world.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/slv2/world.h b/slv2/world.h index b5a4f30..8dfa1d3 100644 --- a/slv2/world.h +++ b/slv2/world.h @@ -160,6 +160,7 @@ slv2_world_get_plugins_by_filter(SLV2World world, bool (*include)(SLV2Plugin)); +#if 0 /** Return a list of found plugins in a given class. * * Returned list must be freed by user with slv2_plugins_free. The contained @@ -170,7 +171,7 @@ slv2_world_get_plugins_by_filter(SLV2World world, SLV2Plugins slv2_world_get_plugins_by_class(SLV2World world, SLV2PluginClass plugin_class); - +#endif #if 0 /** Get plugins filtered by a user-defined SPARQL query. |