summaryrefslogtreecommitdiffstats
path: root/src/server/Buffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Buffer.hpp')
-rw-r--r--src/server/Buffer.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/server/Buffer.hpp b/src/server/Buffer.hpp
index 57db16dd..e22e89e6 100644
--- a/src/server/Buffer.hpp
+++ b/src/server/Buffer.hpp
@@ -204,10 +204,6 @@ public:
/// Set/add to audio buffer from the Sequence of Float in `src`
void render_sequence(const RunContext& ctx, const Buffer* src, bool add);
-#ifndef NDEBUG
- void dump_cv(const RunContext& ctx) const;
-#endif
-
void set_capacity(uint32_t capacity) { _capacity = capacity; }
void set_buffer(void* buf) { assert(_external); _buf = buf; }