summaryrefslogtreecommitdiffstats
path: root/src/engine
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-01-04 23:56:40 +0000
committerDavid Robillard <d@drobilla.net>2010-01-04 23:56:40 +0000
commit13eaacac207abce0b99159b29ea06df47c4c0e15 (patch)
tree24ec14f1a680bacd4b1f6419bd2b4ae9c4b9016e /src/engine
parent2f316589c24e34628b02a7e401ffce4e6e22728b (diff)
downloadingen-13eaacac207abce0b99159b29ea06df47c4c0e15.tar.gz
ingen-13eaacac207abce0b99159b29ea06df47c4c0e15.tar.bz2
ingen-13eaacac207abce0b99159b29ea06df47c4c0e15.zip
Remove prototypes for nonexistent EventBuffer methods.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2336 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/EventBuffer.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/engine/EventBuffer.hpp b/src/engine/EventBuffer.hpp
index 08d211b0..d3acbdd2 100644
--- a/src/engine/EventBuffer.hpp
+++ b/src/engine/EventBuffer.hpp
@@ -49,12 +49,9 @@ public:
void prepare_write(Context& context);
void copy(Context& context, const Buffer* src);
- //void mix(Context& contect, const Buffer* src);
- //bool merge(const EventBuffer& a, const EventBuffer& b);
inline size_t event_count() const { return _data->event_count; }
inline uint32_t capacity() const { return _data->capacity; }
- //inline uint32_t size() const { return _data->size; }
inline uint32_t latest_frames() const { return _latest_frames; }
inline uint32_t latest_subframes() const { return _latest_subframes; }