summaryrefslogtreecommitdiffstats
path: root/src/slv2_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r--src/slv2_internal.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h
index 880f3c5..f800a68 100644
--- a/src/slv2_internal.h
+++ b/src/slv2_internal.h
@@ -136,22 +136,10 @@ slv2_plugin_get_unique(SLV2Plugin p,
/* ********* Plugins ********* */
-/** Create a new, empty plugin list.
- *
- * Returned object must be freed with slv2_plugins_free.
- */
+
SLV2Plugins
slv2_plugins_new();
-/**
- Free a plugin collection.
- Freeing a plugin collection does not destroy the plugins it contains
- (plugins are owned by the world). @a plugins is invalid after this call.
-*/
-void
-slv2_plugins_free(SLV2World world,
- SLV2Plugins plugins);
-
/* ********* Instance ********* */