aboutsummaryrefslogtreecommitdiffstats
path: root/src/lv2_evbuf.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-02-17 06:12:42 +0000
committerDavid Robillard <d@drobilla.net>2012-02-17 06:12:42 +0000
commit29192b4a8ba0e880b20a7207742d3e993af9fc0a (patch)
tree1270403b3dcac58045003757674ebeb2a3c7e249 /src/lv2_evbuf.h
parent09752457f076c8dd38a116662eba0ac6b1d3e6a2 (diff)
downloadjalv-29192b4a8ba0e880b20a7207742d3e993af9fc0a.tar.gz
jalv-29192b4a8ba0e880b20a7207742d3e993af9fc0a.tar.bz2
jalv-29192b4a8ba0e880b20a7207742d3e993af9fc0a.zip
Update for latest atom extension.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3983 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/lv2_evbuf.h')
-rw-r--r--src/lv2_evbuf.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lv2_evbuf.h b/src/lv2_evbuf.h
index b4d8aea..e637b9e 100644
--- a/src/lv2_evbuf.h
+++ b/src/lv2_evbuf.h
@@ -73,14 +73,6 @@ void
lv2_evbuf_reset(LV2_Evbuf* evbuf);
/**
- Initialize the event buffer before it is written to.
- This MUST be called for all output event buffers immediately before running
- the plugin every time run is to be called.
-*/
-void
-lv2_evbuf_prepare_write(LV2_Evbuf* evbuf);
-
-/**
Return the total padded size of the events stored in the buffer.
*/
uint32_t