From 4257d61b3622b1fe0ed8d67d14c6b204661a82d3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Dec 2019 19:34:41 +0100 Subject: Cleanup: Remove unused parameter names --- src/server/BlockImpl.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/server/BlockImpl.cpp') diff --git a/src/server/BlockImpl.cpp b/src/server/BlockImpl.cpp index abea85eb..d4d60e5c 100644 --- a/src/server/BlockImpl.cpp +++ b/src/server/BlockImpl.cpp @@ -39,7 +39,7 @@ BlockImpl::BlockImpl(PluginImpl* plugin, const Raul::Symbol& symbol, bool polyphonic, GraphImpl* parent, - SampleRate srate) + SampleRate) : NodeImpl(plugin->uris(), parent, symbol) , _plugin(plugin) , _polyphony((polyphonic && parent) ? parent->internal_poly() : 1) @@ -294,10 +294,7 @@ BlockImpl::post_process(RunContext& context) } void -BlockImpl::set_port_buffer(uint32_t voice, - uint32_t port_num, - const BufferRef& buf, - SampleCount offset) +BlockImpl::set_port_buffer(uint32_t, uint32_t, const BufferRef&, SampleCount) { /*std::cout << path() << " set port " << port_num << " voice " << voice << " buffer " << buf << " offset " << offset << std::endl;*/ -- cgit v1.2.1