masakih

OSXを起動したらそこには『艦隊これくしょん -艦これ-』の世界が広がっていたのです!?

  • R/O
  • HTTP
  • SSH
  • HTTPS

コミット

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョン4773250331919c5b14491857be0a084c8451fa56 (tree)
日時2015-07-09 21:22:58
作者masakih <masakih@user...>
コミッターmasakih

ログメッセージ

不要はメソッドを削除

変更サマリ

差分

--- a/KanColleBrowserForOSX/AppDelegate.swift
+++ b/KanColleBrowserForOSX/AppDelegate.swift
@@ -17,11 +17,5 @@ class AppDelegate: NSObject, NSApplicationDelegate {
1717 mainWindowController = KCBFOMainWindowController.new()
1818 mainWindowController.showWindow(nil)
1919 }
20-
21- func applicationWillTerminate(aNotification: NSNotification) {
22- // Insert code here to tear down your application
23- }
24-
25-
2620 }
2721