MainFrameModel doesn't need to listen to single result events anymore

pull/24/head
Zlatin Balevsky 2019-10-19 18:12:30 +01:00
parent 8395047386
commit 4d2a5a8018
1 changed files with 0 additions and 1 deletions

View File

@ -181,7 +181,6 @@ class MainFrameModel {
core = e.getNewValue() core = e.getNewValue()
routerPresent = core.router != null routerPresent = core.router != null
me = core.me.getHumanReadableName() me = core.me.getHumanReadableName()
core.eventBus.register(UIResultEvent.class, this)
core.eventBus.register(UIResultBatchEvent.class, this) core.eventBus.register(UIResultBatchEvent.class, this)
core.eventBus.register(DownloadStartedEvent.class, this) core.eventBus.register(DownloadStartedEvent.class, this)
core.eventBus.register(ConnectionEvent.class, this) core.eventBus.register(ConnectionEvent.class, this)