1
0
Fork 0

don't pay attention to universes that may not be dominant

This commit is contained in:
Kevin Matz 2022-12-11 21:22:17 -05:00
parent 27179b4e00
commit 74de2c07af
1 changed files with 0 additions and 4 deletions

View File

@ -107,10 +107,6 @@ std::shared_ptr<Universe> UniverseArbitrator::addNewSource(const DATA::data_head
if (!ok)
return nullptr;
auto univ = itr->second;
cb_tokens_.push_back(univ->onDataChange(
std::bind(&sACN::UniverseArbitrator::dataChangedNotifier, this, std::placeholders::_1)));
cb_tokens_.push_back(univ->onStatusChange(
std::bind(&sACN::UniverseArbitrator::doStatusCallbacks, this)));
}
doListChangeCallbacks();