diff --git a/Source/Modules/AppDelegate.swift b/Source/Modules/AppDelegate.swift index 05e1c6f1..a2a67c7b 100644 --- a/Source/Modules/AppDelegate.swift +++ b/Source/Modules/AppDelegate.swift @@ -36,15 +36,6 @@ class AppDelegate: NSObject, NSApplicationDelegate, ) private var currentAlertType: String = "" - // 補上 dealloc - deinit { - ctlPrefWindowInstance = nil - ctlAboutWindowInstance = nil - checkTask = nil - fsStreamHelper.stop() - fsStreamHelper.delegate = nil - } - func userNotificationCenter(_: NSUserNotificationCenter, shouldPresent _: NSUserNotification) -> Bool { true }