aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-12-17 04:14:39 -0800
committerChris Robinson <[email protected]>2021-12-17 04:14:39 -0800
commit3ed913f6dde4340325079a9c6d14e69c9731e11a (patch)
treebe143b84beab0ec813201d1dad075524acb05b14 /core
parentc9537abfb1a9d1c94d6bf9aa0e6cfa2cda1ae94b (diff)
Remove an unnecessary parameter
Diffstat (limited to 'core')
-rw-r--r--core/context.h2
1 files changed, 1 insertions, 1 deletions
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<VoiceChange*> mCurrentVoiceChange{};
- void allocVoiceChanges(size_t addcount);
+ void allocVoiceChanges();
void allocVoiceProps();