summaryrefslogtreecommitdiffstats
path: root/src/server/BufferFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/BufferFactory.cpp')
-rw-r--r--src/server/BufferFactory.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/server/BufferFactory.cpp b/src/server/BufferFactory.cpp
index d4f9da33..23b44884 100644
--- a/src/server/BufferFactory.cpp
+++ b/src/server/BufferFactory.cpp
@@ -145,9 +145,7 @@ BufferFactory::get_buffer(LV2_URID type,
}
BufferRef
-BufferFactory::claim_buffer(LV2_URID type,
- LV2_URID value_type,
- uint32_t capacity)
+BufferFactory::claim_buffer(LV2_URID type, LV2_URID value_type, uint32_t)
{
Buffer* try_head = try_get_buffer(type);
if (!try_head) {