From 8e148762cb41fd6edc168d36ba7b3ea837a7a061 Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Mon, 14 Aug 2017 21:49:39 +0200 Subject: [PATCH] GH-325 Let it compile again --- VimR/UiRoot.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/VimR/UiRoot.swift b/VimR/UiRoot.swift index f35bde7c..9a7fe035 100644 --- a/VimR/UiRoot.swift +++ b/VimR/UiRoot.swift @@ -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()