summaryrefslogtreecommitdiffstats
path: root/src/server/DuplexPort.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-12-08 19:34:41 +0100
committerDavid Robillard <d@drobilla.net>2019-12-08 20:59:06 +0100
commit4257d61b3622b1fe0ed8d67d14c6b204661a82d3 (patch)
tree1b503cadbbe7781b1cbf515fd4ce975f9ba815f5 /src/server/DuplexPort.cpp
parent3be84c23321551588c023a648344f362af2740b4 (diff)
downloadingen-4257d61b3622b1fe0ed8d67d14c6b204661a82d3.tar.gz
ingen-4257d61b3622b1fe0ed8d67d14c6b204661a82d3.tar.bz2
ingen-4257d61b3622b1fe0ed8d67d14c6b204661a82d3.zip
Cleanup: Remove unused parameter names
Diffstat (limited to 'src/server/DuplexPort.cpp')
-rw-r--r--src/server/DuplexPort.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/DuplexPort.cpp b/src/server/DuplexPort.cpp
index 854ada02..ffcb711f 100644
--- a/src/server/DuplexPort.cpp
+++ b/src/server/DuplexPort.cpp
@@ -181,7 +181,7 @@ DuplexPort::set_driver_buffer(void* buf, uint32_t capacity)
}
uint32_t
-DuplexPort::max_tail_poly(RunContext& context) const
+DuplexPort::max_tail_poly(RunContext&) const
{
return std::max(_poly, parent_graph()->internal_poly_process());
}