fix(registry): Fixed duplicate refresh calls

This commit is contained in:
Michael Carlberg 2016-06-15 00:57:20 +02:00
parent b5e5f8769d
commit 3319bd10c5

View File

@ -230,7 +230,6 @@ namespace modules
void broadcast() {
std::lock_guard<concurrency::SpinLock> lck(this->broadcast_lock);
CastModule(ModuleImpl)->refresh();
broadcast_module_update(ConstCastModule(ModuleImpl).name());
}