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

This commit is contained in:
Zlatin Balevsky
2019-10-19 18:12:30 +01:00
parent 8395047386
commit 4d2a5a8018

View File

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