1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-28 11:35:35 +03:00

GH-325 Let it compile again

This commit is contained in:
Tae Won Ha 2017-08-14 21:49:39 +02:00
parent 229fc1c9ee
commit 8e148762cb
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -83,7 +83,6 @@ class UiRoot: UiComponent {
return MainWindow(source: subject.asObservable(), emitter: self.emitter, state: state)
}
}
fileprivate func removeMainWindow(with uuid: String) {
self.subjectForMainWindows[uuid]?.onCompleted()