1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00

GH-232 Remove unused property

This commit is contained in:
Tae Won Ha 2016-08-24 23:19:06 +02:00
parent d36967816b
commit 4953659193
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -39,8 +39,6 @@ class AppDelegate: NSObject, NSApplicationDelegate {
private var quitWhenAllWindowsAreClosed = false
private var launching = true
private let app = NSApp
override init() {
self.actionSink = self.actionSubject.asObservable()
self.changeSink = self.changeSubject.asObservable()