Revision | 4773250331919c5b14491857be0a084c8451fa56 (tree) |
---|---|
Time | 2015-07-09 21:22:58 |
Author | masakih <masakih@user...> |
Commiter | masakih |
不要はメソッドを削除
@@ -17,11 +17,5 @@ class AppDelegate: NSObject, NSApplicationDelegate { | ||
17 | 17 | mainWindowController = KCBFOMainWindowController.new() |
18 | 18 | mainWindowController.showWindow(nil) |
19 | 19 | } |
20 | - | |
21 | - func applicationWillTerminate(aNotification: NSNotification) { | |
22 | - // Insert code here to tear down your application | |
23 | - } | |
24 | - | |
25 | - | |
26 | 20 | } |
27 | 21 |