From 3ed913f6dde4340325079a9c6d14e69c9731e11a Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 17 Dec 2021 04:14:39 -0800 Subject: Remove an unnecessary parameter --- core/context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/context.h b/core/context.h index 0e531db0..6bdf5db9 100644 --- a/core/context.h +++ b/core/context.h @@ -121,7 +121,7 @@ struct ContextBase { VoiceChange *mVoiceChangeTail{}; std::atomic mCurrentVoiceChange{}; - void allocVoiceChanges(size_t addcount); + void allocVoiceChanges(); void allocVoiceProps(); -- cgit v1.2.3