aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv.h')
-rw-r--r--src/jalv.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/jalv.h b/src/jalv.h
index 894b2c4..07e24e8 100644
--- a/src/jalv.h
+++ b/src/jalv.h
@@ -105,14 +105,6 @@ jalv_activate(Jalv* jalv);
int
jalv_deactivate(Jalv* jalv);
-/// Allocate appropriately-sized port buffers and connect the plugin to them
-void
-jalv_allocate_port_buffers(Jalv* jalv);
-
-/// Clean up memory allocated by jalv_process_activate() and disconnect plugin
-void
-jalv_free_port_buffers(Jalv* jalv);
-
/// Find a port by symbol
JalvPort*
jalv_port_by_symbol(Jalv* jalv, const char* sym);