diff options
author | Chris Robinson <[email protected]> | 2021-12-17 04:14:39 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-12-17 04:14:39 -0800 |
commit | 3ed913f6dde4340325079a9c6d14e69c9731e11a (patch) | |
tree | be143b84beab0ec813201d1dad075524acb05b14 /core | |
parent | c9537abfb1a9d1c94d6bf9aa0e6cfa2cda1ae94b (diff) |
Remove an unnecessary parameter
Diffstat (limited to 'core')
-rw-r--r-- | core/context.h | 2 |
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(); |