AppDelegate // Remove unnecessary deinit().

This commit is contained in:
ShikiSuen 2022-09-08 13:27:48 +08:00
parent 3cb0872a1d
commit 70de63dd35
1 changed files with 0 additions and 9 deletions

View File

@ -36,15 +36,6 @@ class AppDelegate: NSObject, NSApplicationDelegate,
) )
private var currentAlertType: String = "" private var currentAlertType: String = ""
// dealloc
deinit {
ctlPrefWindowInstance = nil
ctlAboutWindowInstance = nil
checkTask = nil
fsStreamHelper.stop()
fsStreamHelper.delegate = nil
}
func userNotificationCenter(_: NSUserNotificationCenter, shouldPresent _: NSUserNotification) -> Bool { func userNotificationCenter(_: NSUserNotificationCenter, shouldPresent _: NSUserNotification) -> Bool {
true true
} }