From 625cc1fe8fb4bc659ffc83d10b236e1603039941 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Sun, 1 May 2022 10:33:02 +0800 Subject: [PATCH] UPE // Comment cleanup. --- UserPhraseEditor/WindowController.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/UserPhraseEditor/WindowController.swift b/UserPhraseEditor/WindowController.swift index 7af24322..42c35e31 100644 --- a/UserPhraseEditor/WindowController.swift +++ b/UserPhraseEditor/WindowController.swift @@ -31,9 +31,6 @@ class WindowController: NSWindowController, NSWindowDelegate { required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) - /** NSWindows loaded from the storyboard will be cascaded - based on the original frame of the window in the storyboard. - */ shouldCascadeWindows = true } }