summaryrefslogtreecommitdiffstats
path: root/src/engine/LV2EventBuffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/LV2EventBuffer.hpp')
-rw-r--r--src/engine/LV2EventBuffer.hpp4
1 files changed, 2 insertions, 2 deletions
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); }