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:
parent
229fc1c9ee
commit
8e148762cb
@ -83,7 +83,6 @@ class UiRoot: UiComponent {
|
|||||||
|
|
||||||
return MainWindow(source: subject.asObservable(), emitter: self.emitter, state: state)
|
return MainWindow(source: subject.asObservable(), emitter: self.emitter, state: state)
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
fileprivate func removeMainWindow(with uuid: String) {
|
fileprivate func removeMainWindow(with uuid: String) {
|
||||||
self.subjectForMainWindows[uuid]?.onCompleted()
|
self.subjectForMainWindows[uuid]?.onCompleted()
|
||||||
|
Loading…
Reference in New Issue
Block a user