mixer_module: remove unused limit_callbacks_to_primary argument

This commit is contained in:
Beat Küng
2022-11-22 11:56:36 +01:00
committed by Daniel Agar
parent 2833832968
commit a20c581111
5 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ void MixingOutput::cleanupFunctions()
}
}
bool MixingOutput::updateSubscriptions(bool allow_wq_switch, bool limit_callbacks_to_primary)
bool MixingOutput::updateSubscriptions(bool allow_wq_switch)
{
if (!_need_function_update || _armed.armed) {
return false;