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/EventBuffer.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/engine/EventBuffer.hpp') diff --git a/src/engine/EventBuffer.hpp b/src/engine/EventBuffer.hpp index 5a4be3ac..5f33f2de 100644 --- a/src/engine/EventBuffer.hpp +++ b/src/engine/EventBuffer.hpp @@ -82,10 +82,9 @@ public: } private: - LV2EventBuffer* _buf; ///< Contents (maybe belong to _joined_buf) - LV2EventBuffer* _local_buf; ///< Local contents - mutable LV2_Event_Iterator _iter; ///< Iterator into _buf - uint32_t _this_nframes; ///< Current cycle nframes + LV2EventBuffer* _buf; ///< Contents (maybe belong to _joined_buf) + LV2EventBuffer* _local_buf; ///< Local contents + uint32_t _this_nframes; ///< Current cycle nframes }; -- cgit v1.2.1