From a9f1f6912fa3e6b485a5c6e4195233ef3fb087a1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 2 Jun 2009 22:55:11 +0000 Subject: Remove redundant EventBuffer::_iter. Fix EventBuffer unjoining. Don't pre-process patch input port connections twice. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2060 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/LV2EventBuffer.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/engine/LV2EventBuffer.hpp') diff --git a/src/engine/LV2EventBuffer.hpp b/src/engine/LV2EventBuffer.hpp index 9d802a62..68633a8f 100644 --- a/src/engine/LV2EventBuffer.hpp +++ b/src/engine/LV2EventBuffer.hpp @@ -29,8 +29,8 @@ public: LV2EventBuffer(size_t capacity); ~LV2EventBuffer(); - inline LV2_Event_Buffer* data() { return _data; } - inline const LV2_Event_Buffer* data() const { return _data; } + /*inline LV2_Event_Buffer* data() { return _data; } + inline const LV2_Event_Buffer* data() const { return _data; }*/ inline void rewind() const { lv2_event_begin(&_iter, _data); } -- cgit v1.2.1