summaryrefslogtreecommitdiffstats
path: root/slv2/pluginclass.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-04-21 21:21:49 +0000
committerDavid Robillard <d@drobilla.net>2007-04-21 21:21:49 +0000
commit2066b51c243763677dfdbc6a9db8bccc10bbfe36 (patch)
tree4312c8c4febf4b5bbcd67c1f886013568b9f5fd9 /slv2/pluginclass.h
parent4c50ab004bd3f7327ecf1b33f80473d8e3e6afeb (diff)
downloadlilv-2066b51c243763677dfdbc6a9db8bccc10bbfe36.tar.gz
lilv-2066b51c243763677dfdbc6a9db8bccc10bbfe36.tar.bz2
lilv-2066b51c243763677dfdbc6a9db8bccc10bbfe36.zip
Code cleanups.
git-svn-id: http://svn.drobilla.net/lad/slv2@470 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/pluginclass.h')
-rw-r--r--slv2/pluginclass.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/slv2/pluginclass.h b/slv2/pluginclass.h
index 7260d7d..74c594e 100644
--- a/slv2/pluginclass.h
+++ b/slv2/pluginclass.h
@@ -67,20 +67,6 @@ SLV2PluginClasses
slv2_plugin_class_get_children(SLV2PluginClass plugin_class);
-#if 0
-/** Get the path of this plugin_class, ie "Plugins/Generators/Oscillators".
- *
- * SLV2 automatically generates an ideal plugin_class heirarchy given the plugins
- * present. The last fragment of the path is the plugin_class's label,
- * as returned by slv2_plugin_class_get_label.
- *
- * Returned value is owned by \a plugin_class and must not be freed by caller.
- *
- * Time = O(1)
- */
-const char* slv2_plugin_class_get_path(SLV2PluginClass plugin_class);
-#endif
-
/** @} */
#ifdef __cplusplus