diff options
author | David Robillard <d@drobilla.net> | 2011-02-04 01:49:51 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-04 01:49:51 +0000 |
commit | 4f3316c9c7842c4c745291b6699afaade6b8531d (patch) | |
tree | c9424da990c35a86b8f77d1352b2ca7a5c264a06 /slv2/pluginclass.h | |
parent | cfa70a49ec316be6ab83769161a5e02b97c84f65 (diff) | |
download | lilv-4f3316c9c7842c4c745291b6699afaade6b8531d.tar.gz lilv-4f3316c9c7842c4c745291b6699afaade6b8531d.tar.bz2 lilv-4f3316c9c7842c4c745291b6699afaade6b8531d.zip |
Remove repeated blank lines.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2897 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/pluginclass.h')
-rw-r--r-- | slv2/pluginclass.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/slv2/pluginclass.h b/slv2/pluginclass.h index 7e35d77..9adf551 100644 --- a/slv2/pluginclass.h +++ b/slv2/pluginclass.h @@ -29,7 +29,6 @@ extern "C" { * @{ */ - /** Get the URI of this class' superclass. * * Returned value is owned by \a plugin_class and must not be freed by caller. @@ -41,7 +40,6 @@ SLV2_API SLV2Value slv2_plugin_class_get_parent_uri(SLV2PluginClass plugin_class); - /** Get the URI of this plugin class. * * Returned value is owned by \a plugin_class and must not be freed by caller. @@ -52,7 +50,6 @@ SLV2_API SLV2Value slv2_plugin_class_get_uri(SLV2PluginClass plugin_class); - /** Get the label of this plugin class, ie "Oscillators". * * Returned value is owned by \a plugin_class and must not be freed by caller. @@ -62,7 +59,6 @@ slv2_plugin_class_get_uri(SLV2PluginClass plugin_class); SLV2_API SLV2Value slv2_plugin_class_get_label(SLV2PluginClass plugin_class); - /** Get the subclasses of this plugin class. * * Returned value must be freed by caller with slv2_plugin_classes_free. @@ -73,7 +69,6 @@ SLV2_API SLV2PluginClasses slv2_plugin_class_get_children(SLV2PluginClass plugin_class); - /** @} */ #ifdef __cplusplus |