From d6d3cfeb3fc8dfd73998c2fee5f319b75f6757ff Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 2 Aug 2020 11:02:58 +0200 Subject: Fix double-promotion warnings --- src/server/Buffer.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/server/Buffer.hpp') 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; } -- cgit v1.2.1